You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Projet_Blazor/src/CraftSharp/Shared/InscriptionLayout.razor

15 lines
357 B

@inherits LayoutComponentBase
@inject NavigationManager navigationManager
<div class="connexionBody">
<header>
<img src="../images/CraftSharp-Logo.png"/>
</header>
@Body
<footer>
<p class="p1">Craft# 1.0</p>
<p class="p2">Copyright KARTAL Emre, VALIN Arthur, HASSOU Rayhan</p>
</footer>
</div>