diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/404.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/templates/404.html b/templates/404.html new file mode 100644 index 0000000..0fe2d8e --- /dev/null +++ b/templates/404.html @@ -0,0 +1,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> |