avant validation
This commit is contained in:
@@ -26,21 +26,23 @@
|
||||
<body>
|
||||
<div class="card shadow login-card">
|
||||
<div class="card-body p-4">
|
||||
<h3 class="text-center mb-4">Connexion Admin</h3>
|
||||
<h1 class="text-center mb-4 fs-3">Connexion Admin</h1>
|
||||
|
||||
<form>
|
||||
<div class="mb-3">
|
||||
|
||||
<label class="form-label">Adresse e-mail ou numéro de téléphone </label>
|
||||
<label class="form-label">Adresse e-mail </label>
|
||||
<input
|
||||
type="text"
|
||||
type="email"
|
||||
class="form-control"
|
||||
id="textInput"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<form>
|
||||
|
||||
<div class="mb-3">
|
||||
|
||||
<label class="form-label">Mot de passe</label>
|
||||
<label class="form-label" for="password">Mot de passe</label>
|
||||
<input
|
||||
type="password"
|
||||
class="form-control"
|
||||
@@ -53,7 +55,7 @@
|
||||
</label>
|
||||
</div>
|
||||
|
||||
<button class="btn btn-primary w-100">Se connecter</button>
|
||||
<button class="btn btn-primary w-100" type="submit">Se connecter</button>
|
||||
|
||||
<div class="text-center mt-3">
|
||||
<a href="../html/mot_de_passe_oublie.html" class="text-decoration-none">Mot de passe oublié ?</a>
|
||||
@@ -62,6 +64,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<script src="../js/page_de_connexion.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"></script>
|
||||
<script src="../../node_modules/bootstrap/dist/js/bootstrap.bundle.min.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user