Better 404, move static files to static/ Signed-off-by: Anirudh <icyph0x@pm.me>
Anirudh icyph0x@pm.me
Sun, 11 Nov 2018 12:45:20 +0530
4 files changed,
7 insertions(+),
8 deletions(-)
M
404.html
→
404.html
@@ -19,10 +19,9 @@ <meta property="og:image" content="https://0x0.st/svQ1.png">
<link rel="stylesheet" href="/static/style.css" type="text/css"> <div class="container"> - <h1 align="center"> - 404 - </h1> - <p align="center"> - Nothing like that here. Go <a href="/">home</a>, maybe. - </p> + <div class="introduction"> + <p align="center"> + <b>404</b> │ nothing like that here + </p> + </div> </div>
M
index.html
→
index.html
@@ -39,8 +39,8 @@
<div class="right"> <a href="https://github.com/icyphox" target="_blank">GitHub</a> <a href="https://twitter.com/icyphox" target="_blank">Twitter</a> - <a href="/resume.pdf" target="_blank">Résumé</a> - <a href="/gpg.txt" target="_blank">GPG</a> + <a href="/static/resume.pdf" target="_blank">Résumé</a> + <a href="/static/gpg.txt" target="_blank">GPG</a> </div> </div> </footer>