summary refs log tree commit diff
path: root/not_found.html
diff options
context:
space:
mode:
authorTempest <pawnstar4@gmail.com>2022-06-02 22:20:44 -0600
committerTempest <pawnstar4@gmail.com>2022-06-02 22:20:44 -0600
commit5758d32edab2e37b9e88130181ca87b9d5db4e73 (patch)
tree69d0d0b576fe6d02cf2d758a2e5751e504da4cf2 /not_found.html
parent799937c8a1ac130dd26e73a8c35a3e627334ad51 (diff)
Add about page, nav
Diffstat (limited to 'not_found.html')
-rw-r--r--not_found.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/not_found.html b/not_found.html
index b96fcf9..19e6457 100644
--- a/not_found.html
+++ b/not_found.html
@@ -5,6 +5,10 @@
     <link rel="stylesheet" href="/resources/style.css"/>
   </head>
   <body>
+    <nav>
+      <a href="/">Home</a>
+      <a href="/about.html">About</a>
+    </nav>
     <h1>
       Not Found
     </h1>