13 lines
346 B
HTML
13 lines
346 B
HTML
|
<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>
|