aboutsummaryrefslogtreecommitdiff
path: root/src/authentication_page.html
diff options
context:
space:
mode:
authorKunoiSayami <[email protected]>2021-05-06 00:03:27 +0800
committerKunoiSayami <[email protected]>2021-05-06 00:03:27 +0800
commitcbc7b3810bfe8fa750e566e7db2166ef8b7fcad1 (patch)
tree91be52074dfb0652cbfefa05f5e9ca07001ce4a8 /src/authentication_page.html
init
Diffstat (limited to 'src/authentication_page.html')
-rw-r--r--src/authentication_page.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/authentication_page.html b/src/authentication_page.html
new file mode 100644
index 0000000..73ec85a
--- /dev/null
+++ b/src/authentication_page.html
@@ -0,0 +1,9 @@
+<h2>Authentication Required</h2>
+<form method='post' action='{{action}}'>
+ <input type='hidden' name='redirect' value='{{redirect}}' />
+ <table>
+ <tr><td><label for='username'>Username:</label></td><td><input id='username' name='username' autofocus /></td></tr>
+ <tr><td><label for='password'>Password:</label></td><td><input id='password' name='password' type='password' /></td></tr>
+ <tr><td colspan='2'><input value='Login' type='submit' /></td></tr>
+ </table>
+</form> \ No newline at end of file