logo

Grimgrains

Unnamed repository; edit this file 'description' to name the repository.
commit: 454b5162ccda22b8f58db0f0adf3e5e9e0922296
parent f269222dd8c84e784746e2872aa305a02d1f9946
Author: neauoire <aliceffekt@gmail.com>
Date:   Sun, 22 Dec 2019 20:25:29 -0500

Improved 404

Diffstat:

M404.html15+++++++++++++--
1 file changed, 13 insertions(+), 2 deletions(-)

diff --git a/404.html b/404.html @@ -24,10 +24,21 @@ permalink: /404.html <link rel="stylesheet" type="text/css" href="links/reset.css"/> <link rel="stylesheet" type="text/css" href="links/main.css"/> <link rel="stylesheet" type="text/css" href="links/fonts.css"/> - <meta http-equiv = "refresh" content = "3; url=/site/home.html" /> + <meta http-equiv = "refresh" content = "10; url=/site/home.html" /> <title>GrimGrains</title> </head> <body> - <p>The page you were looking for does not exist, if you think this was a mistake, please report the broken link <a href='https://github.com/hundredrabbits/Grimgrains' target='_blank'>here</a>, or go back to the <a href='/site/home.html'>home</a>.</p> + <header> + <a id='logo' href='home.html'><img src='../media/interface/logo.png' alt='Grimgrains'></a> + </header> + <nav> + <ul><li class='home'><a href='home.html'>Home</a></li><li class='about'><a href='about.html'>About</a></li><li class='tools'><a href='tools.html'>Tools</a></li><li class='nutrition'><a href='nutrition.html'>Nutrition</a></li><li class='right'><a href='http://twitter.com/grimgrains' target='_blank'>Twitter</a></li></ul> + </nav> + <main> + <p>The page you were looking for does not exist, if you think this was a mistake, please report the broken link <a href='https://github.com/hundredrabbits/Grimgrains' target='_blank'>here</a>, or go back to the <a href='/site/home.html'>home</a>.</p> + </main> + <footer> + <a href='about.html'>Grimgrains</a> © 2014—2019<br><a href='http://100r.co/' target='_blank'>Hundred Rabbits</a> + </footer> </body> </html>