diff options
| author | Mark Powers <mark@marks.kitchen> | 2022-07-30 16:55:06 -0500 | 
|---|---|---|
| committer | Mark Powers <mark@marks.kitchen> | 2022-07-30 16:55:06 -0500 | 
| commit | eadb979910da546fd64b937a0d71d2a6c4f3f934 (patch) | |
| tree | 7e72c26b8625b0202dc833a36d2fa8b04d0b56bb /src/html/404.html | |
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>  | 
