Modification des include header/footer. début de login fonctionnel
Co-authored-by: Charpentier Juliette <juliette.charpentier1@etu.u-pec.fr>
This commit is contained in:
@@ -16,21 +16,20 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<?php include ('../../views/header.php'); ?>
|
||||
<?php include ($_SERVER['DOCUMENT_ROOT'] . '/views/header.php') ?>
|
||||
|
||||
<div class="login-container">
|
||||
<img src="https://cdn-icons-png.flaticon.com/512/4139/4139948.png" alt="Avatar">
|
||||
<h2 class="login-title">Connexion à votre compte</h2>
|
||||
<p class="login-subtitle">Connectez-vous afin d'accéder à l'entièreté du site.</p>
|
||||
<form>
|
||||
<form action="login/login.php" method="post">
|
||||
<div class="form-group">
|
||||
<label for="email">Adresse mail</label>
|
||||
<input type="email" id="email" name="email" placeholder="ex : username@example.com" required
|
||||
placeholder=" ">
|
||||
<input type="email" id="email" name="email" placeholder="username@example.com" required placeholder=" ">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="password">Mot de passe</label>
|
||||
<input type="password" id="password" name="password" required placeholder=" ">
|
||||
<input type="password" id="password" name="password" required placeholder="••••••••" placeholder=" ">
|
||||
</div>
|
||||
|
||||
<div class="form-group forgot-password">
|
||||
@@ -42,7 +41,7 @@
|
||||
!</a></p>
|
||||
</div>
|
||||
|
||||
<?php include ('../../views/footer.php'); ?>
|
||||
<?php include ($_SERVER['DOCUMENT_ROOT'] . '/views/footer.php') ?>
|
||||
|
||||
</body>
|
||||
|
||||
|
Reference in New Issue
Block a user