diff options
author | Simon Ser <contact@emersion.fr> | 2020-03-19 18:03:13 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2020-03-19 18:03:13 +0100 |
commit | c182fbde6334f07873700d6a487155fb3f493403 (patch) | |
tree | 11089f6315dbc9a21300f546ffa5abb8c09a53c4 /themes/alps/login.html | |
parent | 9eac0b453a21918f7533e78aa0fbb4d07cdbf474 (diff) | |
download | alps-c182fbde6334f07873700d6a487155fb3f493403.tar.gz alps-c182fbde6334f07873700d6a487155fb3f493403.zip |
themes/alps: new theme
Diffstat (limited to 'themes/alps/login.html')
-rw-r--r-- | themes/alps/login.html | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/themes/alps/login.html b/themes/alps/login.html new file mode 100644 index 0000000..3357142 --- /dev/null +++ b/themes/alps/login.html @@ -0,0 +1,26 @@ +{{template "head.html"}} + <h1>koushin webmail</h1> + + <form method="post" action="/login"> + <p> + <label> + <strong>Username</strong> + <br/> + <input type="text" name="username" id="username" autofocus /> + </label> + </p> + <br/> + <p> + <label> + <strong>Password</strong> + <br/> + <input type="password" name="password" id="password" /> + </label> + </p> + <br/> + <p> + <button>Sign in</button> + </p> +</form> + +{{template "foot.html"}} |