diff options
Diffstat (limited to 'src/html/404.html')
-rw-r--r-- | src/html/404.html | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/html/404.html b/src/html/404.html new file mode 100644 index 0000000..8ef209d --- /dev/null +++ b/src/html/404.html @@ -0,0 +1,22 @@ +<!doctype html> +<html lang="en"> + +<head> + <title>Mark's Kitchen - Not found</title> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> + <link rel="stylesheet" type="text/css" href="/css/styles.css"> + <meta name="description" content="Page not found"> +</head> + +<body> + <div> + <h1> + <a class="navigation" href="/" title="marks.kitchen"><</a> + 404 Error + </h1> + <p>That page doesn't seem to exist...</p> + </div> +</body> + +</html> |