eBooru/public/404.html
2012-01-13 19:02:39 -05:00

16 lines
387 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Page not found</title>
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"/>
<link rel="stylesheet" type="text/css" media="screen" href="/assets/application.css" title="default" />
</head>
<body>
<div style="text-align: center;">
<h1>That page does not exist</h1>
<p><a href="/">Return to index</a></p>
</div>
</body>
</html>