-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconnextion.php
32 lines (26 loc) · 1003 Bytes
/
connextion.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Document</title>
</head>
<body>
<ul class="menu">
<a href="#">Recommencer le QCM </a>
<a href="connextion.php">Connection</a>
<a href="index.php">Inscriptions</a>
</ul>
<section class="pseudo">
<form action="traitemantconnex.php" method="POST">
<p class="error"> Bonjour vous voulez vous connecter ? </p>
<label > Entrez votre Email </label>
<input type="text" name="mail" placeholder="Ex: [email protected]" required>
<label > Entrez votre mot de passe </label>
<input type="password" name="mdp" placeholder="Entrez mot de passe" required>
<button type="submit" class="style_btn" name="button">Validez</button>
</form>
</section>
</body>
</html>