website/layouts/partials/navbar.html
2025-04-17 01:58:10 -04:00

37 lines
No EOL
763 B
HTML

<nav>
<div>
<a href="/">
Home
</a>
<a href="/announcements">
Announcements
</a>
<a href="https://matrix.to/#/#nadeko.net:tchncs.de" style="color: greenyellow;">
Matrix Room
</a>
<a href="https://t.me/zzlsann">
Telegram Announcements
</a>
<a href="/guestbook">
Guestbook
</a>
<a href="/contact">
Contact
</a>
<a href="https://status.nadeko.net/status/nadekonet">
Service Status
</a>
<a href="/coolsites">
Cool sites
</a>
<a href="/minecraft" style="color: rgb(47, 192, 51);">
Minecraft Server
</a>
<a href="/touhou-scores" class="tohonavbar">
Touhou Scores
</a>
<a href="/donate">
Donate
</a>
</div>
</nav>