summaryrefslogtreecommitdiff
path: root/err/504.html
diff options
context:
space:
mode:
Diffstat (limited to 'err/504.html')
-rw-r--r--err/504.html43
1 files changed, 0 insertions, 43 deletions
diff --git a/err/504.html b/err/504.html
deleted file mode 100644
index 9be7d8d..0000000
--- a/err/504.html
+++ /dev/null
@@ -1,43 +0,0 @@
-<!DOCTYPE HTML>
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="viewport" content="width=device-width">
-<title>Chrisoft::Error!</title>
-<link rel="icon" href="/favicon.png">
-<link rel="stylesheet" type="text/css" href="/common.css">
-<script type="text/javascript">
-var link=document.createElement("link");
-var thm=document.cookie.replace(new RegExp("(?:(?:^|.*;\\s*)thm\\s*\\=\\s*([^;]*).*$)|^.*$"),"$1");
-switch(thm)
-{
- case "day":
- link.href="/colors-day.css";
- break;
- case "night":
- link.href="/colors-night.css";
- break;
- case "auto":
- default:
- var c=new Date();
- if(c.getHours()>=6&&c.getHours()<18)
- link.href = "/colors-day.css";
- else
- link.href = "/colors-night.css";
- break;
-}
-link.type="text/css";
-link.rel="stylesheet";
-document.getElementsByTagName("head")[0].appendChild(link);
-</script>
-</head>
-<body class="TText">
-<h1>504!!</h1>
-<h2>Gateway Timeout</h2>
-<p>The door opened, however you saw the whole history of the humankind
-through it.</p>
-<p>But not the page you are looking for.</p>
-<p>--chris</p>
-<hr>
-<em>Shitty Apache httpd on my shitty sever</em>
-</body>