aboutsummaryrefslogtreecommitdiff
path: root/resources/views/components/navigation.blade.php
blob: 176384e9e39fc186fad66007b16f1047ced8f6ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<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>