diff options
author | TinWoodman92 <chrhodgden@gmail.com> | 2023-12-14 17:03:03 -0600 |
---|---|---|
committer | TinWoodman92 <chrhodgden@gmail.com> | 2023-12-14 17:03:03 -0600 |
commit | 32934cd1339eabaa5cf717292b926479d54370c3 (patch) | |
tree | 33fbf7c099dcdbb289aca7577b20497e48b82148 /about.html | |
parent | f8d18cade3a3b0b906f78530874e5cf21542e4ea (diff) |
added nav-footer to all pages.
Diffstat (limited to 'about.html')
-rw-r--r-- | about.html | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -5,8 +5,6 @@ <title>chrhodgden - About</title> <link rel="stylesheet" href="style.css"/> - <script src="app.js"></script> - </head> <body> @@ -36,7 +34,13 @@ <p>Contact: <a href="mailto:chrhodgden@gmail.com">chrhodgden@gmail.com</a></p> - <a href="index.html">Home Page</a> - + <nav class="nav-footer"> + <hr> + <a href="index.html">Home Page</a> + | <a href="about.html">About Page</a> + | <a href="#">Top of Page</a> + <hr> + </nav> + <script src="app.js"></script> </body> </html>
\ No newline at end of file |