blob: f3aeb0af7063b3f5d8dceceefdfe68bc7a000ecc (
plain)
1
2
3
4
5
6
|
<nav style="display: flex;justify-content: space-around;">
<a href="/stuff">stuff</a>
<a href="/contact">contact</a>
<a href="https://codeberg.org/mielota">git</a>
<a href="https://dns.mielota.com">dns</a>
</nav>
|