summaryrefslogtreecommitdiff
path: root/templates/obs.html
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2024-11-14 21:33:19 -0500
committerLLLL Colonq <llll@colonq>2024-11-14 21:33:19 -0500
commit78223d43d02d20996003e12fe2c51ae1072d55fa (patch)
treee9ac49953293050b3c77adc14933d6a46488c854 /templates/obs.html
parentcf0070ac5a78d8042fa74d407fb9cb65352e2066 (diff)
Registration page
Diffstat (limited to 'templates/obs.html')
-rw-r--r--templates/obs.html18
1 files changed, 0 insertions, 18 deletions
diff --git a/templates/obs.html b/templates/obs.html
deleted file mode 100644
index 999035a..0000000
--- a/templates/obs.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!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>LCOLONQ Browser Source</title>
- <link rel="icon" href="./assets/mrgreen.png">
- <link rel="stylesheet" type="text/css" href="./main.css">
- <script type="module">
-CONFIG_SUBST
- globalThis.mode = 2;
- </script>
- <script type="module" src="./main.js"></script>
- </head>
- <body class="lcolonq-obs">
- <canvas id="lcolonq-canvas"></canvas>
- </body>
-</html>