🔧 fix du login statique
This commit is contained in:
parent
d662fa76b7
commit
66332e29e7
@ -4,9 +4,9 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<link rel="stylesheet" href="styles/main.css" />
|
<link rel="stylesheet" href="../styles/main.css" />
|
||||||
<link rel="stylesheet" href="styles/header.css" />
|
<link rel="stylesheet" href="../styles/header.css" />
|
||||||
<link rel="stylesheet" href="styles/footer.css" />
|
<link rel="stylesheet" href="../styles/footer.css" />
|
||||||
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" rel="stylesheet" />
|
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" rel="stylesheet" />
|
||||||
|
|
||||||
<link rel="icon" type="image/png" sizes="32x32"
|
<link rel="icon" type="image/png" sizes="32x32"
|
||||||
|
@ -4,9 +4,9 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<link rel="stylesheet" href="styles/main.css" />
|
<link rel="stylesheet" href="../styles/main.css" />
|
||||||
<link rel="stylesheet" href="styles/header.css" />
|
<link rel="stylesheet" href="../styles/header.css" />
|
||||||
<link rel="stylesheet" href="styles/footer.css" />
|
<link rel="stylesheet" href="../styles/footer.css" />
|
||||||
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" rel="stylesheet" />
|
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" rel="stylesheet" />
|
||||||
|
|
||||||
<link rel="icon" type="image/png" sizes="32x32"
|
<link rel="icon" type="image/png" sizes="32x32"
|
||||||
@ -41,7 +41,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<button type="submit" class="submit-button"><i class="fas fa-sign-in-alt"></i> Connexion</i></button>
|
<button type="submit" class="submit-button"><i class="fas fa-sign-in-alt"></i> Connexion</i></button>
|
||||||
</form>
|
</form>
|
||||||
<p class="no-account">Vous n'avez pas de compte ? <a href="/account/register">Créez un compte pour commencer
|
<p class="no-account">Vous n'avez pas de compte ? <a href="/register">Créez un compte pour commencer
|
||||||
!</a></p>
|
!</a></p>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -23,7 +23,7 @@
|
|||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<?php include ('../../views/header.php'); ?>
|
<?php include ('../views/header.php'); ?>
|
||||||
|
|
||||||
<div class="login-container">
|
<div class="login-container">
|
||||||
<img src="https://cdn-icons-png.flaticon.com/512/4139/4139948.png" alt="Avatar">
|
<img src="https://cdn-icons-png.flaticon.com/512/4139/4139948.png" alt="Avatar">
|
||||||
@ -56,7 +56,7 @@
|
|||||||
<p class="no-account">Vous avez déjà un compte ? <a href="../account">Connectez-vous !</a></p>
|
<p class="no-account">Vous avez déjà un compte ? <a href="../account">Connectez-vous !</a></p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<?php include ('../../views/footer.php'); ?>
|
<?php include ('../views/footer.php'); ?>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
@ -21,7 +21,7 @@
|
|||||||
</ul>
|
</ul>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<a href="/account">
|
<a href="/login">
|
||||||
Connexion
|
Connexion
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
Loading…
Reference in New Issue
Block a user