initial commit

This commit is contained in:
2026-08-15 18:51:43 +02:00
commit 8a6a1fcf07
119 changed files with 11326 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
---
const letters = ['t', 'H', 'E', ' ', 't', 'E', 'M', 'P', 'L', 'E', ' ', 'b', 'B', 'S'];
---
<div class="letter-footer" aria-hidden="true">
{letters.map((l) => l === ' ' ? <span class="letter-space">{'\u00A0'}</span> : <span>{l}</span>)}
<a href="/" onclick="localStorage.removeItem('hasConnected');">[Q] Disconnect</a>
<a href="/bbs/legal-notice">[I] Legal Notice</a>
</div>