diskfloppy.me/resources/views/includes/header.blade.php
2023-07-14 01:13:50 +01:00

12 lines
387 B
PHP

<nav>
<div>
<a href="/">home</a> |
<a href="//git.diskfloppy.me/">cgit</a> |
<a href="//wiki.diskfloppy.me/">wiki</a> |
<a href="/projects/">projects</a> |
<a href="/calculators/">calculators</a> |
<a href="/computers/">computers</a> |
<a href="/bookmarks/">bookmarks</a>
</div>
</nav>