summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/button.html17
-rw-r--r--templates/index.html40
-rw-r--r--templates/obs.html18
3 files changed, 75 insertions, 0 deletions
diff --git a/templates/button.html b/templates/button.html
new file mode 100644
index 0000000..e2f9fb0
--- /dev/null
+++ b/templates/button.html
@@ -0,0 +1,17 @@
+<!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 = 3;
+ </script>
+ <script type="module" src="./main.js"></script>
+ </head>
+ <body class="lcolonq-button">
+ </body>
+</html>
diff --git a/templates/index.html b/templates/index.html
new file mode 100644
index 0000000..8827694
--- /dev/null
+++ b/templates/index.html
@@ -0,0 +1,40 @@
+<!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</title>
+ <link rel="icon" href="./assets/mrgreen.png">
+ <link rel="stylesheet" type="text/css" href="./main.css">
+ <script type="module">
+CONFIG_SUBST
+ </script>
+ <script type="module" src="./main.js"></script>
+ </head>
+ <body class="lcolonq-index">
+ <!-- RINGBEARER -->
+ <canvas id="lcolonq-canvas"></canvas>
+ <div id="lcolonq-title">
+ <span class="lcolonq-letter" id="lcolonq-letter-0">L</span><span class="lcolonq-letter" id="lcolonq-letter-1">C</span><span class="lcolonq-letter" id="lcolonq-letter-2">O</span><span class="lcolonq-letter" id="lcolonq-letter-3">L</span><span class="lcolonq-letter" id="lcolonq-letter-4">O</span><span class="lcolonq-letter" id="lcolonq-letter-5">N</span><span class="lcolonq-letter" id="lcolonq-letter-6">Q</span>
+ <div id="lcolonq-subtitle">
+ </div>
+ </div>
+ <div id="lcolonq-header">
+ <a href="https://twitch.tv/LCOLONQ">
+ <marquee id="lcolonq-marquee">
+ </marquee>
+ </a>
+ </div>
+ <div id="lcolonq-footer">
+ <a href="https://pub.colonq.computer/~llll/cgi-bin/ring?me=llll&offset=-1">back</a>
+ <a class="right" href="https://pub.colonq.computer/~llll/cgi-bin/ring?me=llll&offset=1">next</a>
+ </div>
+ <audio id="lcolonq-audio-voice-0" src="assets/voice/0.wav"></audio>
+ <audio id="lcolonq-audio-voice-1" src="assets/voice/1.wav"></audio>
+ <audio id="lcolonq-audio-voice-2" src="assets/voice/2.wav"></audio>
+ <audio id="lcolonq-audio-voice-3" src="assets/voice/3.wav"></audio>
+ <audio id="lcolonq-audio-voice-4" src="assets/voice/4.wav"></audio>
+ <audio id="lcolonq-audio-voice-5" src="assets/voice/5.wav"></audio>
+ <audio id="lcolonq-audio-voice-6" src="assets/voice/6.wav"></audio>
+ </body>
+</html>
diff --git a/templates/obs.html b/templates/obs.html
new file mode 100644
index 0000000..999035a
--- /dev/null
+++ b/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>