aboutsummaryrefslogtreecommitdiff
path: root/404.html
diff options
context:
space:
mode:
authorAlee <alee14498@gmail.com>2018-11-18 00:24:28 -0500
committerAlee <alee14498@gmail.com>2018-11-18 00:24:28 -0500
commite0a73854a9e48d87e28e415e7d0b312e386c4b82 (patch)
tree4a5a62b38fff5c939a47a0d46d7b6c77e3c9da1f /404.html
parent8b116f86f4a6ce0455004bead277770dc605f1c1 (diff)
downloadpersonal-website-e0a73854a9e48d87e28e415e7d0b312e386c4b82.tar.gz
personal-website-e0a73854a9e48d87e28e415e7d0b312e386c4b82.tar.bz2
personal-website-e0a73854a9e48d87e28e415e7d0b312e386c4b82.zip
Massive changes
Diffstat (limited to '404.html')
-rw-r--r--404.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/404.html b/404.html
index 87c7fea..4ec9ea8 100644
--- a/404.html
+++ b/404.html
@@ -7,11 +7,13 @@
</HEAD>
<BODY>
{% include navigator.html %}
+ <div class="container">
<h1 class ="title">404</h1>
<p class="center"><strong>Page not found :(</strong></p>
<p class="center"><b>Uh Oh!</b> The requested page could not be found.</p>
<p class="center">You may need to go back to the <a href ="/">homepage</a>.</p>
+</div>
{% include footer.html %}
</BODY>
</HTML>