mirror of
https://github.com/skoelle/28k8-moonweb-org.git
synced 2026-09-17 18:30:24 +00:00
initial commit
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user