Add global layout and homepage

This commit is contained in:
Frankie B 2023-06-13 23:07:20 +01:00 committed by Frankie B
commit 168400fab0
33 changed files with 612 additions and 158 deletions

View file

@ -0,0 +1,11 @@
<nav>
<div>
<a href="//git.diskfloppy.me/">git</a> |
<a href="/projects/">projects</a> |
<a href="https://github.com/floppydisk05?tab=repositories">repos</a> |
<a href="/calculators/">calculators</a> |
<a href="/computers/">computers</a> |
<a href="/bookmarks/">bookmarks</a> |
<a href="/guestbook/">guestbook</a>
</div>
</nav>