blob: fbab7e9662609715043e9031a50c7ea2efa29492 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<!DOCTYPE html>
<html lang="en">
<head>
{head-common}
<title>The Woman in my Eye</title>
<meta name="description"
content="Page request not found">
</head>
<body>
<header>
<h1>The page requested is not found!</h1>
</header>
{nav}
<main>
<article>
<h2>Oops, someone screwed up?</h2>
<p>The page you've requested does not exist. Sorry about that! Please
<a href="/">return to the homepage</a>.</p>
</article>
</main>
{footer}
</body>
</html>
|