summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2024-11-18 04:19:01 -0500
committerLLLL Colonq <llll@colonq>2024-11-18 04:19:01 -0500
commitcbc11cf5d23375071c186bf36a292225ed66ec48 (patch)
tree97f62e9fbbe32b5103d378e5c69378562b44003b /templates
parent57e6b3735787f8136ad344a8d170dbf2981d0509 (diff)
Initial auth page
Diffstat (limited to 'templates')
-rw-r--r--templates/auth/index.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/templates/auth/index.html b/templates/auth/index.html
new file mode 100644
index 0000000..d150889
--- /dev/null
+++ b/templates/auth/index.html
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
+ <title>log in with clomq's net hooray</title>
+ <link rel="icon" href="./assets/mrgreen.png">
+ <link rel="stylesheet" type="text/css" href="./main.css">
+ <script type="module">
+CONFIG_SUBST
+ globalThis.mode = "auth";
+ </script>
+ <script type="module" src="./main.js"></script>
+ </head>
+ <body id="lcolonq-auth">
+ this is the auth page
+ </body>
+</html>