diff options
author | | 1970-01-01 00:00:00 +0000 |
---|---|---|
committer | | 2025-01-25 08:22:08 +0000 |
commit | ff7098440c823f2e7c9b20321b043be1ccce8225 (patch) | |
tree | b05886d4ae5c4364e66957dc0810a91a884aacc8 | |
parent | SQL project (diff) | |
download | w-ff7098440c823f2e7c9b20321b043be1ccce8225.tar w-ff7098440c823f2e7c9b20321b043be1ccce8225.tar.gz w-ff7098440c823f2e7c9b20321b043be1ccce8225.tar.bz2 w-ff7098440c823f2e7c9b20321b043be1ccce8225.tar.xz w-ff7098440c823f2e7c9b20321b043be1ccce8225.zip |
err
-rw-r--r-- | 404.html | 2 | ||||
-rw-r--r-- | e/index.html | 2 | ||||
-rw-r--r-- | e/m.htm | 2 | ||||
-rwxr-xr-x | 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 |