summaryrefslogtreecommitdiff
path: root/templates/404.html
blob: 0fe2d8ec78f6b104f2a5e83f5469fd9377d2b27d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html lang="en">

<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>404 Not Found</title>
  <link rel="stylesheet" href="/style.css"/>
</head>

<body>
  <h1 class="title">404 Not Found</h1>
  <p>Wrong turn.
  <a href="/">Back home</a></p>
</body>

</html>