diff options
| author | LLLL Colonq <llll@colonq> | 2024-11-14 21:33:19 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2024-11-14 21:33:19 -0500 |
| commit | 78223d43d02d20996003e12fe2c51ae1072d55fa (patch) | |
| tree | e9ac49953293050b3c77adc14933d6a46488c854 /templates/pubnix | |
| parent | cf0070ac5a78d8042fa74d407fb9cb65352e2066 (diff) | |
Registration page
Diffstat (limited to 'templates/pubnix')
| -rw-r--r-- | templates/pubnix/button.html | 23 | ||||
| -rw-r--r-- | templates/pubnix/index.html | 41 | ||||
| -rw-r--r-- | templates/pubnix/obs.html | 18 |
3 files changed, 82 insertions, 0 deletions
diff --git a/templates/pubnix/button.html b/templates/pubnix/button.html new file mode 100644 index 0000000..17211eb --- /dev/null +++ b/templates/pubnix/button.html @@ -0,0 +1,23 @@ +<!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>The Button</title> + <link rel="icon" href="./assets/mrgreen.png"> + <link rel="stylesheet" type="text/css" href="./main.css"> + <script type="module"> +CONFIG_SUBST + globalThis.mode = 4; + </script> + <script type="module" src="./main.js"></script> + </head> + <body class="lcolonq-button-body"> + <a id="lcolonq-button-link-green" class="lcolonq-button-link"> + <img src="./assets/mrgreen.png" class="lcolonq-button" id="lcolonq-button-green" /> + </a> + <a id="lcolonq-button-link-red" class="lcolonq-button-link"> + <img src="./assets/mrred.png" class="lcolonq-button" id="lcolonq-button-red" /> + </a> + </body> +</html> diff --git a/templates/pubnix/index.html b/templates/pubnix/index.html new file mode 100644 index 0000000..bddb19f --- /dev/null +++ b/templates/pubnix/index.html @@ -0,0 +1,41 @@ +<!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 + globalThis.mode = 1; + </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/pubnix/obs.html b/templates/pubnix/obs.html new file mode 100644 index 0000000..b5c3c05 --- /dev/null +++ b/templates/pubnix/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 = 3; + </script> + <script type="module" src="./main.js"></script> + </head> + <body class="lcolonq-obs"> + <canvas id="lcolonq-canvas"></canvas> + </body> +</html> |
