diff options
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 |