aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2019-12-02 17:24:19 +0100
committerSimon Ser <contact@emersion.fr>2019-12-02 17:24:19 +0100
commit8b84d81f9b56c02a53d1224eb20b25ba93609aa1 (patch)
tree0de61633275d241d67628af6bb92ec14fdf5a251 /public
parenta1a067e6de1679d0a3a1503e93bb672432990cd4 (diff)
downloadalps-8b84d81f9b56c02a53d1224eb20b25ba93609aa1.tar.gz
alps-8b84d81f9b56c02a53d1224eb20b25ba93609aa1.zip
Add initial login logic
Diffstat (limited to 'public')
-rw-r--r--public/login.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/public/login.html b/public/login.html
new file mode 100644
index 0000000..54cb341
--- /dev/null
+++ b/public/login.html
@@ -0,0 +1,14 @@
+{{template "head"}}
+
+<h1>koushin</h1>
+
+<form method="post" action="/login">
+ <p>Username:</p>
+ <input type="text" name="username">
+ <p>Password:</p>
+ <input type="password" name="password">
+ <br><br>
+ <input type="submit" value="Login">
+</form>
+
+{{template "foot"}}