add initial findings
This commit is contained in:
5
c2015/handlers/httpErr/404/404.css
Normal file
5
c2015/handlers/httpErr/404/404.css
Normal file
@@ -0,0 +1,5 @@
|
||||
img {
|
||||
width: 612px;
|
||||
position: relative;
|
||||
top: -9;
|
||||
}
|
||||
13
c2015/handlers/httpErr/404/404.html
Normal file
13
c2015/handlers/httpErr/404/404.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="404.css"/>
|
||||
</head>
|
||||
<body>
|
||||
<center>
|
||||
<img src="err404.jpg"/>
|
||||
<h2>Oops! Something broke!</h2>
|
||||
<h4>But we're working on it. <a href="/contact">Let me know.</a></h4>
|
||||
<p>Error 404</p>
|
||||
</center>
|
||||
</body>
|
||||
</html>
|
||||
BIN
c2015/handlers/httpErr/404/err404.jpg
Normal file
BIN
c2015/handlers/httpErr/404/err404.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 458 KiB |
3
c2015/handlers/httpErr/handle.js
Normal file
3
c2015/handlers/httpErr/handle.js
Normal file
@@ -0,0 +1,3 @@
|
||||
var keys = {404:"404/404.html"};
|
||||
|
||||
window.location=keys[err];
|
||||
9
c2015/handlers/httpErr/index.html
Normal file
9
c2015/handlers/httpErr/index.html
Normal file
@@ -0,0 +1,9 @@
|
||||
<html>
|
||||
<head>
|
||||
<script type="text/javascript" src="/lib/jsurl/getvars.js"></script>
|
||||
<script type="text/javascript" src="handle.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
3
c2015/handlers/httpErr/undefined/index.html
Normal file
3
c2015/handlers/httpErr/undefined/index.html
Normal file
@@ -0,0 +1,3 @@
|
||||
*facepalm* You threw an Error Handler Error.<br/><br/>
|
||||
|
||||
The Error handler didn't find the Error you had. Good job. Let me know: garrett@glmills.gq
|
||||
Reference in New Issue
Block a user