diff options
| author | Alee <alee14498@gmail.com> | 2018-11-18 00:24:28 -0500 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-11-18 00:24:28 -0500 |
| commit | e0a73854a9e48d87e28e415e7d0b312e386c4b82 (patch) | |
| tree | 4a5a62b38fff5c939a47a0d46d7b6c77e3c9da1f /404.html | |
| parent | 8b116f86f4a6ce0455004bead277770dc605f1c1 (diff) | |
| download | personal-website-e0a73854a9e48d87e28e415e7d0b312e386c4b82.tar.gz personal-website-e0a73854a9e48d87e28e415e7d0b312e386c4b82.tar.bz2 personal-website-e0a73854a9e48d87e28e415e7d0b312e386c4b82.zip | |
Massive changes
Diffstat (limited to '404.html')
| -rw-r--r-- | 404.html | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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> |
