diff options
Diffstat (limited to 'inc')
-rw-r--r-- | inc/nav.inc.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/inc/nav.inc.php b/inc/nav.inc.php index c626142..b3876ea 100644 --- a/inc/nav.inc.php +++ b/inc/nav.inc.php @@ -1,6 +1,7 @@ <div class="header"> <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> | @@ -9,4 +10,4 @@ <a href="/guestbook/">guestbook</a> </div> </nav> -</div> <!-- header -->
\ No newline at end of file +</div> <!-- header --> |