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.
|
@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> |