|
|
|
@@ -2,12 +2,12 @@
|
|
|
|
<html lang="fr">
|
|
|
|
<html lang="fr">
|
|
|
|
<head>
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<title>GSB Application - Accueil</title>
|
|
|
|
<title>GSB Application - Connexion</title>
|
|
|
|
<link rel="stylesheet" href="../Styles\style.css">
|
|
|
|
<link rel="stylesheet" href="../Styles/style.css">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.6/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-4Q6Gf2aSP4eDXB8Miphtr37CMZZQ5oXLH2yaXMJ2w8e2ZtHTl7GptT4jmndRuHDT" crossorigin="anonymous">
|
|
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.6/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-4Q6Gf2aSP4eDXB8Miphtr37CMZZQ5oXLH2yaXMJ2w8e2ZtHTl7GptT4jmndRuHDT" crossorigin="anonymous">
|
|
|
|
<link href="https://fonts.googleapis.com/css2?family=Barlow&family=Cormorant+Garamond:ital@1&display=swap" rel="stylesheet">
|
|
|
|
<link href="https://fonts.googleapis.com/css2?family=Barlow&family=Cormorant+Garamond:ital@1&display=swap" rel="stylesheet">
|
|
|
|
<link rel="icon" href="../Images\logodetoure.gif" type="image/png">
|
|
|
|
<link rel="icon" href="../Images/logodetoure.gif" type="image/png">
|
|
|
|
<style>
|
|
|
|
<style>
|
|
|
|
body {
|
|
|
|
body {
|
|
|
|
font-family: 'Barlow', sans-serif;
|
|
|
|
font-family: 'Barlow', sans-serif;
|
|
|
|
@@ -26,6 +26,21 @@
|
|
|
|
</header>
|
|
|
|
</header>
|
|
|
|
|
|
|
|
|
|
|
|
<main class="main-content">
|
|
|
|
<main class="main-content">
|
|
|
|
|
|
|
|
<h2>Connexion à l'application</h2>
|
|
|
|
|
|
|
|
<br>
|
|
|
|
|
|
|
|
<form action="connexionVerif.php" method="POST" onsubmit="return validateForm()">
|
|
|
|
|
|
|
|
<div class="mb-3">
|
|
|
|
|
|
|
|
<label for="username" class="form-label">Nom d'utilisateur</label>
|
|
|
|
|
|
|
|
<input type="text" class="form-control" id="username" name="username" required>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="mb-3">
|
|
|
|
|
|
|
|
<label for="password" class="form-label">Mot de passe</label>
|
|
|
|
|
|
|
|
<input type="password" class="form-control" id="password" name="password" required>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<br>
|
|
|
|
|
|
|
|
<button type="submit" class="btn btn-primary">Se connecter</button>
|
|
|
|
|
|
|
|
</form>
|
|
|
|
</main>
|
|
|
|
</main>
|
|
|
|
|
|
|
|
|
|
|
|
<footer class="main-footer">
|
|
|
|
<footer class="main-footer">
|
|
|
|
|