add initial findings

This commit is contained in:
garrettmills
2019-11-22 11:57:53 -06:00
commit b550b5d1db
150 changed files with 17496 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
img {
width: 612px;
position: relative;
top: -9;
}

View 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>

Binary file not shown.

After

Width:  |  Height:  |  Size: 458 KiB

View File

@@ -0,0 +1,3 @@
var keys = {404:"404/404.html"};
window.location=keys[err];

View 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>

View 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