about summary refs log tree commit diff
path: root/hosted
diff options
context:
space:
mode:
authormaride <maride@darknebu.la>2018-08-14 13:58:14 +0200
committermaride <maride@darknebu.la>2018-08-14 13:58:14 +0200
commit728e93e07648adb84c83f77687077d18987e0319 (patch)
treea4b860b38bd483a5dd4f9621d0ed7f7973e50305 /hosted
parentcfb006c2be8717ebd10d39b9dd64211ff7ce1eb0 (diff)
Add example HTML files
Diffstat (limited to 'hosted')
-rw-r--r--hosted/index.html9
-rw-r--r--hosted/login.html13
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