summaryrefslogtreecommitdiff
path: root/404.html
blob: 5dcaa6cccb3c7845570548f86b3ad9c72e7066b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<head>
 <link rel="stylesheet" href="/styles.css">
</head>
<body>
 <header>
  <div class="logo">Copywrong</div>
 </header>
 <article class="content">
  <h1>Page not found</h1>
  <p>The page you requested could not be found.</p>
  <p><a href="/">Go home</a></p>
 </article>
</body>