summaryrefslogtreecommitdiff
path: root/fig-frontend-client/templates/obs.html
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2024-07-31 22:59:58 -0400
committerLLLL Colonq <llll@colonq>2024-07-31 22:59:58 -0400
commit7ffb7b021eec46f2d714e04b47d752012e1bf8ea (patch)
tree15d9af7555300bd2b452dda55747cf5870b747d3 /fig-frontend-client/templates/obs.html
parent92556dc23ead56ed2c2d2bcc752fe0e7378fa022 (diff)
Frontend updates
Diffstat (limited to 'fig-frontend-client/templates/obs.html')
-rw-r--r--fig-frontend-client/templates/obs.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/fig-frontend-client/templates/obs.html b/fig-frontend-client/templates/obs.html
new file mode 100644
index 0000000..999035a
--- /dev/null
+++ b/fig-frontend-client/templates/obs.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>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>