aboutsummaryrefslogtreecommitdiff
path: root/src/html/404.html
blob: 8ef209d909a9fd23803062b98dd15a10bffb2acf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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">&lt;</a>
            404 Error
        </h1>
        <p>That page doesn't seem to exist...</p>
    </div>
</body>

</html>