-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconnexionUser.php
30 lines (27 loc) · 1.16 KB
/
connexionUser.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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<meta name="description" content="vente de pizzas & autres en livraison sur vannes">
<meta name="viewport" content="width=device-width, initial scale=1.0">
<title> Pizzas Express</title>
<script src="https://kit.fontawesome.com/f964f4d052.js" crossorigin="anonymous"></script>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link rel="shortcut icon" type="image/png" href="app/Public/front/img/favicon.png">
<link rel="stylesheet" href="app/Public/front/css/style.css">
</head>
<body>
<div id='is-show'>
<p id="close"><i class="fas fa-times"></i></p>
<h3>connexion user</h3>
<form action="index.php?action=connexionUser" method="post">
<label for="pseudoUser">Prenom : </label>
<input type="text" placeholder="pseudoUser" name="pseudoUser" id="pseudoUser">
<label for="pwdUser">Password: </label>
<input type="password" placeholder="pwdUser" name="pwdUser" id="pwdUser">
<input type="submit" value="OK">
<!-- <p action ="index.php?action=deconnexionUser">deconnexion user</p> -->
</form>
</div>
</body>
</html>