Cours 9
[hacks/simpleWebSlides.git] / prog_internet / password.html
diff --git a/prog_internet/password.html b/prog_internet/password.html
new file mode 100644 (file)
index 0000000..5d82e83
--- /dev/null
@@ -0,0 +1,10 @@
+<html>
+  <body>
+    <form method="post" action="password2.php">
+      Username: <input name="name" type="text" width="20"> </input><br/>
+      Password: <input name="pass" type="password"
+      width="20"></input><br/>
+      <button type="submit">Connect</button>
+    </form>
+  </body>
+</html>