aboutsummaryrefslogtreecommitdiff
path: root/resources/views/includes/header.blade.php
diff options
context:
space:
mode:
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>