diff options
author | maride <maride@darknebu.la> | 2018-08-14 13:58:14 +0200 |
---|---|---|
committer | maride <maride@darknebu.la> | 2018-08-14 13:58:14 +0200 |
commit | 728e93e07648adb84c83f77687077d18987e0319 (patch) | |
tree | a4b860b38bd483a5dd4f9621d0ed7f7973e50305 /hosted/login.html | |
parent | cfb006c2be8717ebd10d39b9dd64211ff7ce1eb0 (diff) |
Add example HTML files
Diffstat (limited to 'hosted/login.html')
-rw-r--r-- | hosted/login.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/hosted/login.html b/hosted/login.html new file mode 100644 index 0000000..468b064 --- /dev/null +++ b/hosted/login.html @@ -0,0 +1,13 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="utf-8"> + </head> + <body> + <form method="POST"> + <input name="username"> + <input name="accesscode" type="password"> + <input type="submit"> + </form> + </body> +</html> \ No newline at end of file |