aboutsummaryrefslogtreecommitdiff
path: root/ui/pages/user/login.tmpl.html
diff options
context:
space:
mode:
Diffstat (limited to 'ui/pages/user/login.tmpl.html')
-rw-r--r--ui/pages/user/login.tmpl.html16
1 files changed, 0 insertions, 16 deletions
diff --git a/ui/pages/user/login.tmpl.html b/ui/pages/user/login.tmpl.html
deleted file mode 100644
index e091322..0000000
--- a/ui/pages/user/login.tmpl.html
+++ /dev/null
@@ -1,16 +0,0 @@
-{{define "title"}}Login{{end}}
-
-{{define "main"}}
- <h1>Login</h1>
- <form action="/u/auth" method="POST">
- <label>
- Username
- <input type="text" placeholder="username" name="username" />
- </label>
- <label>
- Secret
- <input type="password" placeholder="psspsspsspss" name="secret" />
- </label>
- <button type="submit">Login</button>
- </form>
-{{end}}