aboutsummaryrefslogtreecommitdiff
path: root/resources/views/includes/header.blade.php
diff options
context:
space:
mode:
authorFrankie B <git@diskfloppy.me>2023-06-13 23:07:20 +0100
committerFrankie B <frankieraybrown@gmail.com>2023-06-14 22:15:44 +0100
commit8e627b16712e90134919c7366dffa4993a13165a (patch)
tree63517d53c74594189cc46857bdbd06decbaac5f2 /resources/views/includes/header.blade.php
parenta464ef4c0e3ce235fb1da70dfb282449beeeac80 (diff)
Add global layout and homepage
Diffstat (limited to 'resources/views/includes/header.blade.php')
-rw-r--r--resources/views/includes/header.blade.php11
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>