diff options
author | Frankie B <git@diskfloppy.me> | 2023-06-13 23:07:20 +0100 |
---|---|---|
committer | Frankie B <frankieraybrown@gmail.com> | 2023-06-14 22:15:44 +0100 |
commit | 8e627b16712e90134919c7366dffa4993a13165a (patch) | |
tree | 63517d53c74594189cc46857bdbd06decbaac5f2 /resources/views/includes/header.blade.php | |
parent | a464ef4c0e3ce235fb1da70dfb282449beeeac80 (diff) |
Add global layout and homepage
Diffstat (limited to 'resources/views/includes/header.blade.php')
-rw-r--r-- | resources/views/includes/header.blade.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/resources/views/includes/header.blade.php b/resources/views/includes/header.blade.php new file mode 100644 index 0000000..37dccbe --- /dev/null +++ b/resources/views/includes/header.blade.php @@ -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> |