diff options
Diffstat (limited to 'hosted')
-rw-r--r-- | hosted/index.html | 9 | ||||
-rw-r--r-- | hosted/login.html | 13 |
2 files changed, 22 insertions, 0 deletions
diff --git a/hosted/index.html b/hosted/index.html new file mode 100644 index 0000000..0b2af7c --- /dev/null +++ b/hosted/index.html @@ -0,0 +1,9 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="utf-8"> + </head> + <body> + Welcome to your companion. + </body> +</html> \ No newline at end of file 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 |