diff options
Diffstat (limited to 'resources/views/includes/header.blade.php')
-rw-r--r-- | resources/views/includes/header.blade.php | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/resources/views/includes/header.blade.php b/resources/views/includes/header.blade.php index cf7d829..780299c 100644 --- a/resources/views/includes/header.blade.php +++ b/resources/views/includes/header.blade.php @@ -1,10 +1,10 @@ - <nav> - <div> + <nav> + <div> <a href="/">home</a> | <a href="//git.diskfloppy.me/">git</a> | - <a href="/projects/">projects</a> | - <a href="/calculators/">calculators</a> | - <a href="/computers/">computers</a> | - <a href="/bookmarks/">bookmarks</a> - </div> - </nav> + <a href="/projects/">projects</a> | + <a href="/calculators/">calculators</a> | + <a href="/computers/">computers</a> | + <a href="/bookmarks/">bookmarks</a> + </div> + </nav> |