|
|
@ -1,5 +1,6 @@
|
|
|
|
@page "/"
|
|
|
|
@page "/"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--
|
|
|
|
<h1>VeraxShield</h1>
|
|
|
|
<h1>VeraxShield</h1>
|
|
|
|
|
|
|
|
|
|
|
|
<button type="button" class="btn btn-link ml-md-auto" @onclick="@SeConnecter">Connexion</button>
|
|
|
|
<button type="button" class="btn btn-link ml-md-auto" @onclick="@SeConnecter">Connexion</button>
|
|
|
@ -9,7 +10,31 @@
|
|
|
|
<h1> Adiu : @context.User.Identity.Name!</h1>
|
|
|
|
<h1> Adiu : @context.User.Identity.Name!</h1>
|
|
|
|
<p>Podètz veire aquest contengut solament se sètz autentificat ! </p>
|
|
|
|
<p>Podètz veire aquest contengut solament se sètz autentificat ! </p>
|
|
|
|
|
|
|
|
|
|
|
|
<NavLink href="/utilisateurs/liste"> --> Liste des utilisateurs</NavLink>
|
|
|
|
<NavLink href="/utilisateurs/liste"> -> Liste des utilisateurs</NavLink>
|
|
|
|
|
|
|
|
|
|
|
|
<button type="button" class="btn btn-link ml-md-auto" @onclick="@SeDeconnecter">Deconnexion</button>
|
|
|
|
<button type="button" class="btn btn-link ml-md-auto" @onclick="@SeDeconnecter">Deconnexion</button>
|
|
|
|
</AuthorizeView>
|
|
|
|
</AuthorizeView>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<head>
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="css/index.css">
|
|
|
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<header>
|
|
|
|
|
|
|
|
<h1>VeraxShield</h1>
|
|
|
|
|
|
|
|
</header>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<main>
|
|
|
|
|
|
|
|
<div class="center-box">
|
|
|
|
|
|
|
|
<div class="button-container">
|
|
|
|
|
|
|
|
<button type="button" class="btn btn-link" @onclick="@SeConnecter">Connexion</button>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="button-container">
|
|
|
|
|
|
|
|
<button type="button" class="btn btn-link" @onclick="@RetourVerax">Retourner sur Verax</button>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</main>
|
|
|
|
|
|
|
|
</body>
|