diff options
-rw-r--r-- | e/m.htm (renamed from err/m.htm) | 5 | ||||
-rw-r--r-- | w/m.htm | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/err/m.htm b/e/m.htm index bff49dc..691068b 100644 --- a/err/m.htm +++ b/e/m.htm @@ -3,6 +3,7 @@ content="text/html;charset=utf-8" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> +<meta http-equiv="refresh" content="5;url='..'" /> <link rel="stylesheet" type="text/css" href="../m.css" /> <title>Error</title></head> @@ -15,8 +16,8 @@ </div><div id="b"> -<h2>ERROR</h2> -<p>Redirecting home in 5 seconds</p> +<h2>ENOENT</h2> +<p>Redirecting in 5s</p> </div><div id="f"> diff --git a/w/m.htm b/w/m.htm index fe6746d..a08801e 100644 --- a/w/m.htm +++ b/w/m.htm @@ -33,7 +33,7 @@ something</p> <p>Every page has been moved to its own directory so that this site can use URL slugs without relying on a framework or web server. Now the URL of every page looks much cleaner. -There is also an <a href="../err">error</a> page now so when +There is also an <a href="../e">error</a> page now so when someone tries going to a page that doesn't exist like <a href="../nonexistent">this</a> one, they're sent to an error page and then redirected to the <a href="..">main</a> |