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.
Blazor_SAE/VeraxShield/VeraxShield/pages/authentification/Connexion.razor

14 lines
297 B

@using VeraxShield.composants.authentification;
@page "/connexion"
<head>
<link rel="stylesheet" href="css/pages/authentification/Connexion.css" />
</head>
<div class="centrer-composant">
<div class="formulaire-connexion">
<FormulaireConnexion />
</div>
</div>