forked from e621ng/e621ng
16 lines
387 B
HTML
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>
|