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 |
Reference in New Issue
Block a user