summaryrefslogtreecommitdiff
path: root/templates/auth/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/auth/index.html')
-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>