diskfloppy.me/resources/views/includes/header.blade.php

11 lines
284 B
PHP
Raw Normal View History

2023-06-13 22:07:20 +00:00
<nav>
<div>
2023-06-14 21:14:04 +00:00
<a href="/">home</a> |
2023-06-13 22:07:20 +00:00
<a href="//git.diskfloppy.me/">git</a> |
<a href="/projects/">projects</a> |
<a href="/calculators/">calculators</a> |
<a href="/computers/">computers</a> |
2023-06-14 21:07:06 +00:00
<a href="/bookmarks/">bookmarks</a>
2023-06-13 22:07:20 +00:00
</div>
</nav>