wastetape/templates/nav.html
2024-09-09 17:34:29 +03:00

7 lines
223 B
HTML

<nav>
<span class="logo">Wastetape</span>
<a href="/">Home</a>
<a href="/about">About</a>
<a href="mailto:fzorb@fzorb.xyz">Abuse</a>
<a href="https://git.fzorb.xyz/fzorb/wastetape">Source code</a>
</nav>