🔧 fix du login statique
This commit is contained in:
parent
d662fa76b7
commit
66332e29e7
@ -4,9 +4,9 @@
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link rel="stylesheet" href="styles/main.css" />
|
||||
<link rel="stylesheet" href="styles/header.css" />
|
||||
<link rel="stylesheet" href="styles/footer.css" />
|
||||
<link rel="stylesheet" href="../styles/main.css" />
|
||||
<link rel="stylesheet" href="../styles/header.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 rel="icon" type="image/png" sizes="32x32"
|
||||
|
@ -4,9 +4,9 @@
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link rel="stylesheet" href="styles/main.css" />
|
||||
<link rel="stylesheet" href="styles/header.css" />
|
||||
<link rel="stylesheet" href="styles/footer.css" />
|
||||
<link rel="stylesheet" href="../styles/main.css" />
|
||||
<link rel="stylesheet" href="../styles/header.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 rel="icon" type="image/png" sizes="32x32"
|
||||
@ -41,7 +41,7 @@
|
||||
</div>
|
||||
<button type="submit" class="submit-button"><i class="fas fa-sign-in-alt"></i> Connexion</i></button>
|
||||
</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>
|
||||
</div>
|
||||
|
@ -23,7 +23,7 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<?php include ('../../views/header.php'); ?>
|
||||
<?php include ('../views/header.php'); ?>
|
||||
|
||||
<div class="login-container">
|
||||
<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>
|
||||
</div>
|
||||
|
||||
<?php include ('../../views/footer.php'); ?>
|
||||
<?php include ('../views/footer.php'); ?>
|
||||
|
||||
</body>
|
||||
|
@ -21,7 +21,7 @@
|
||||
</ul>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="/account">
|
||||
<a href="/login">
|
||||
Connexion
|
||||
</a>
|
||||
</li>
|
||||
|
Loading…
Reference in New Issue
Block a user