diff options
Diffstat (limited to 'src/authentication_page.html')
| -rw-r--r-- | src/authentication_page.html | 9 |
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 |
