15 lines
528 B
PHP
15 lines
528 B
PHP
<nav>
|
|
<p><strong>Navigation:</strong></p>
|
|
<div class="navlinks">
|
|
<a href="/">/home/niko</a><br>
|
|
<a href="//git.diskfloppy.me/">~/git</a><br>
|
|
<a href="/pub/">~/pub</a><br>
|
|
<a href="/computers/">~/computers</a><br>
|
|
<a href="/calculators/">~/calculators</a><br>
|
|
<a href="/bookmarks/">~/bookmarks</a><br>
|
|
<a href="/guestbook/">~/guestbook</a><br>
|
|
<a href="//weather.diskfloppy.me/">~/weather</a><br>
|
|
<a href="/music/">~/music</a><br>
|
|
</div>
|
|
</nav>
|