summaryrefslogtreecommitdiff
path: root/templates/api
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2025-04-15 21:10:01 -0400
committerLLLL Colonq <llll@colonq>2025-04-15 21:10:01 -0400
commitb31fd7881f8da11dbdd1cc259907b535d96a47a4 (patch)
tree1829fe570e53a0876990c6056da6f71880b65493 /templates/api
parentbd1256504b6154c7d9b8feb0fefb6755b11586ee (diff)
Add gizmo page
Diffstat (limited to 'templates/api')
-rw-r--r--templates/api/gizmo.html26
1 files changed, 26 insertions, 0 deletions
diff --git a/templates/api/gizmo.html b/templates/api/gizmo.html
new file mode 100644
index 0000000..665f44f
--- /dev/null
+++ b/templates/api/gizmo.html
@@ -0,0 +1,26 @@
+<!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 Gizmo Extravaganza FES</title>
+ <link rel="icon" href="./assets/mrgreen.png">
+ <link rel="stylesheet" type="text/css" href="./main.css">
+ <script type="module">
+CONFIG_SUBST
+ globalThis.mode = "gizmo";
+ </script>
+ <script type="module" src="./main.js"></script>
+ </head>
+ <body id="lcolonq-gizmo-body">
+ <div id="lcolonq-gizmo">
+ <div id="lcolonq-gizmo-top">
+ gizmo selection
+ <select name="gizmo" id="lcolonq-gizmo-select"></select>
+ </div>
+ <div id="lcolonq-gizmo-bottom">
+ <iframe id="lcolonq-gizmo-contents"></iframe>
+ </div>
+ </div>
+ </body>
+</html>