aboutsummaryrefslogtreecommitdiff
path: root/public/login.html
diff options
context:
space:
mode:
Diffstat (limited to 'public/login.html')
-rw-r--r--public/login.html14
1 files changed, 0 insertions, 14 deletions
diff --git a/public/login.html b/public/login.html
deleted file mode 100644
index 6ae1737..0000000
--- a/public/login.html
+++ /dev/null
@@ -1,14 +0,0 @@
-{{template "head.html"}}
-
-<h1>koushin</h1>
-
-<form method="post" action="/login">
- <label for="username">Username:</label>
- <input type="text" name="username" id="username"/>
- <label for="password">Password:</label>
- <input type="password" name="password" id="password"/>
- <br><br>
- <input type="submit" value="Login">
-</form>
-
-{{template "foot.html"}}