13 lines
362 B
HTML
13 lines
362 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="/old-sites/c2015/contact">Let me know.</a></h4>
|
|
<p>Error 404</p>
|
|
</center>
|
|
</body>
|
|
</html> |