-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconnecter.html
More file actions
31 lines (27 loc) · 815 Bytes
/
Copy pathconnecter.html
File metadata and controls
31 lines (27 loc) · 815 Bytes
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
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Fruits</title>
<link rel="stylesheet" href="static/style.css">
</head>
<body>
<a class="menu-lien" href="/">Accueil</a>
----
<a class="menu-lien" href="/loginP">Login-POST</a>
....
<a class="menu-lien" href="/loginG">Login-GET</a>
----
<a class="menu-lien" href="/connect">Connect-P</a>
<hr>
Saisir votre login : <br>
<form action = "http://localhost:5000/connect" method = "POST">
<p>Enter Name:</p>
<p><input type = "text" name = "nm" /></p>
<p><input type = "submit" value = "submit" /></p>
</form>
<hr>
<h1> Connecter </h1>
</body>
</html>