Parcourir la source

Forgot the HTML auth form

Brendan Abolivier il y a 8 ans
Parent
révision
2cc8346f38
Signé par: Brendan Abolivier <contact@brendanabolivier.com> ID de la clé GPG: 8EF1500759F70623
1 fichiers modifiés avec 12 ajouts et 0 suppressions
  1. 12
    0
      auth/form.html

+ 12
- 0
auth/form.html Voir le fichier

@@ -0,0 +1,12 @@
1
+<!DOCTYPE html>
2
+<html>
3
+        <head>
4
+                <title>DAS</title>
5
+        </head>
6
+        <body>
7
+                <form method="post" action="">
8
+                        <input type="text" placeholder="username" name="username" />
9
+                        <input type="submit" value="Log in" />
10
+                </form>
11
+        </body>
12
+</html>