summaryrefslogtreecommitdiff
path: root/src/index.html
diff options
context:
space:
mode:
authorcurly <curly@infernal.garden>2024-07-15 13:42:35 -0600
committercurly <curly@infernal.garden>2024-07-15 13:42:35 -0600
commite6150a01fef7cb8614f1337abbc9630be373aac5 (patch)
treeaf6062e8a885623285915baf0db729dab7e7b5b3 /src/index.html
downloadpoko_web-e6150a01fef7cb8614f1337abbc9630be373aac5.tar.gz
poko_web-e6150a01fef7cb8614f1337abbc9630be373aac5.tar.bz2
poko_web-e6150a01fef7cb8614f1337abbc9630be373aac5.zip
login/out
Diffstat (limited to 'src/index.html')
-rw-r--r--src/index.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/index.html b/src/index.html
new file mode 100644
index 0000000..f9b952b
--- /dev/null
+++ b/src/index.html
@@ -0,0 +1,22 @@
+<!DOCTYPE html>
+ <head>
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <link rel="stylesheet" href="main.css">
+ <script src="main.js" defer></script>
+ </head>
+ <body onload="has_session()">
+ <div id="content">
+ <a href="login.html">
+ <button>Login</button>
+ </a>
+ <a href="register.html">
+ <button>Register</button>
+ </a>
+ </div>
+ <footer>
+ <center>
+ <a href="/">POKO</a>
+ </center>
+ </footer>
+ </body>
+</html> \ No newline at end of file