website/layouts/partials/navbar.html
2025-04-02 13:49:33 -03:00

40 lines
No EOL
833 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://wiki.nadeko.net">
nadeko.net Wiki
</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>