From ff7098440c823f2e7c9b20321b043be1ccce8225 Mon Sep 17 00:00:00 2001
From: ​
Date: Thu, 1 Jan 1970 00:00:00 +0000
Subject: err

---
 404.html     | 2 +-
 e/index.html | 2 +-
 e/m.htm      | 2 +-
 gen          | 3 ++-
 4 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/404.html b/404.html
index 39e3817..4cc0d8c 100644
--- a/404.html
+++ b/404.html
@@ -1 +1 @@
-<!doctype html><html lang="en"><head><meta http-equiv="content-type" content="text/html;charset=utf-8" /><meta http-equiv="refresh" content="0;url=h" /><meta name="viewport" content="width=device-width,initial-scale=1" /><link rel="stylesheet" type="text/css" href="s/m.css" /><link rel="icon" type="image/png" href="i/me.png" /><title>Error</title></head><body><div id="m"><div id="h"><img src="i/me.png" alt="photo of myself" /><h1>Porter Swanstrom</h1><br /> <a href="h">HOME</a> : <a href="p">PROJECTS</a> : <a href="w">ABOUT</a></div><div id="b"><h2>ENOENT</h2><p>Redirecting in 5s</p></div><div id="f"><p>Made by <a href="">PORTER SWANSTROM</a></p></div></div></body></html>
\ No newline at end of file
+<!doctype html><html lang="en"><head><meta http-equiv="content-type" content="text/html;charset=utf-8" /><meta http-equiv="refresh" content="0;url=h" /><meta name="viewport" content="width=device-width,initial-scale=1" /><link rel="stylesheet" type="text/css" href="s/m.css" /><link rel="icon" type="image/png" href="i/me.png" /><title>Error</title></head><body><div id="m"><div id="h"><img src="i/me.png" alt="photo of myself" /><h1>Porter Swanstrom</h1><br /> <a href="h">HOME</a> : <a href="p">PROJECTS</a> : <a href="w">ABOUT</a></div><div id="b"><h2>Error</h2><p>Redirecting in 5s</p></div><div id="f"><p>Made by <a href="">PORTER SWANSTROM</a></p></div></div></body></html>
\ No newline at end of file
diff --git a/e/index.html b/e/index.html
index c8c0b26..5f67107 100644
--- a/e/index.html
+++ b/e/index.html
@@ -1 +1 @@
-<!doctype html><html lang="en"><head><meta http-equiv="content-type" content="text/html;charset=utf-8" /><meta http-equiv="refresh" content="0;url=../h" /><meta name="viewport" content="width=device-width,initial-scale=1" /><link rel="stylesheet" type="text/css" href="../s/m.css" /><link rel="icon" type="image/png" href="../i/me.png" /><title>Error</title></head><body><div id="m"><div id="h"><img src="../i/me.png" alt="photo of myself" /><h1>Porter Swanstrom</h1><br /> <a href="../h">HOME</a> : <a href="../p">PROJECTS</a> : <a href="../w">ABOUT</a></div><div id="b"><h2>ENOENT</h2><p>Redirecting in 5s</p></div><div id="f"><p>Made by <a href="">PORTER SWANSTROM</a></p></div></div></body></html>
\ No newline at end of file
+<!doctype html><html lang="en"><head><meta http-equiv="content-type" content="text/html;charset=utf-8" /><meta http-equiv="refresh" content="0;url=../h" /><meta name="viewport" content="width=device-width,initial-scale=1" /><link rel="stylesheet" type="text/css" href="../s/m.css" /><link rel="icon" type="image/png" href="../i/me.png" /><title>Error</title></head><body><div id="m"><div id="h"><img src="../i/me.png" alt="photo of myself" /><h1>Porter Swanstrom</h1><br /> <a href="../h">HOME</a> : <a href="../p">PROJECTS</a> : <a href="../w">ABOUT</a></div><div id="b"><h2>Error</h2><p>Redirecting in 5s</p></div><div id="f"><p>Made by <a href="">PORTER SWANSTROM</a></p></div></div></body></html>
\ No newline at end of file
diff --git a/e/m.htm b/e/m.htm
index c6cc464..1dc0128 100644
--- a/e/m.htm
+++ b/e/m.htm
@@ -1,3 +1,3 @@
 Error,../,../h
-<h2>ENOENT</h2>
+<h2>Error</h2>
 <p>Redirecting in 5s</p>
diff --git a/gen b/gen
index 16a79fa..31acfa4 100755
--- a/gen
+++ b/gen
@@ -15,4 +15,5 @@ find -name "m.htm" -exec sh -c '
 		sed -i "s,8\",8\"\ \/\>\<meta\ http-equiv=\"refresh\"\ content=\"0\;url=$redirect\"," ${1%/*}/index.html
 	fi
 ' sh {} \;
-sed "s/\.\.\///g" e/index.html >404.html
+sed "s/\.\.\///g" e/index.html >err.html
+cp err.html 404.html
-- 
cgit 1.4.1