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