diff options
author | Frankie B <floppydisk05@aol.com> | 2022-10-02 17:10:23 +0000 |
---|---|---|
committer | Frankie B <floppydisk05@aol.com> | 2022-10-02 17:10:23 +0000 |
commit | d32f9aeafd556085c2e47a4b626091fa5be0b96c (patch) | |
tree | b2e9d650951cff1999589d4db9b593856f9986c1 /inc | |
parent | f71c6421f383c9a5264ce7d411ddb5f3c927e1c8 (diff) |
Add guestbook
Diffstat (limited to 'inc')
-rw-r--r-- | inc/nav.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/inc/nav.php b/inc/nav.php index 364b3da..293549b 100644 --- a/inc/nav.php +++ b/inc/nav.php @@ -6,13 +6,14 @@ <a href="/projects/">projects</a> | <a href="/pics/">pics</a> |--> <!--<a href="/dog/">dog</a> |--> - <a href="/pics/">pictures</a> | + <!--<a href="/pics/">pictures</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="https://blog.diskfloppy.me/">blog</a> + <a href="https://blog.diskfloppy.me/">blog</a> | + <a href="/guestbook/">guestbook</a> </div> </nav> <div class="pagetree"> |