diff options
| author | LLLL Colonq <llll@colonq> | 2024-03-29 00:06:11 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2024-03-29 00:06:11 -0400 |
| commit | dec476ab9b8602225964cfa534bb004676ff6419 (patch) | |
| tree | 6b75b1905b4e2493633f6be7490a37b489dbffb1 /fig-frontend-client/index-template.html | |
| parent | b679cce8e0c8ca20d53b1032b15f80ebf6072617 (diff) | |
Update frontend
Diffstat (limited to 'fig-frontend-client/index-template.html')
| -rw-r--r-- | fig-frontend-client/index-template.html | 24 |
1 files changed, 21 insertions, 3 deletions
diff --git a/fig-frontend-client/index-template.html b/fig-frontend-client/index-template.html index 1ab53d8..f306205 100644 --- a/fig-frontend-client/index-template.html +++ b/fig-frontend-client/index-template.html @@ -14,9 +14,27 @@ CONFIG_SUBST <body> <!-- RINGBEARER --> <div id="lcolonq-title"> - LCOLONQ - <div id="lcolonq-subtitle">hi</div> + <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> - <canvas id="lcolonq-canvas"></canvas> + <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> + <!-- <canvas id="lcolonq-canvas"></canvas> --> </body> </html> |
