diff options
Diffstat (limited to 'public/login.html')
-rw-r--r-- | public/login.html | 14 |
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"}} |