aboutsummaryrefslogtreecommitdiff
path: root/templates/error_404/error_404.html
blob: e29259bd12015a6182b425d3cfccff7581b86414 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<html>
<head>
    <meta name="viewport" content="width=device-width" />
    <link rel="stylesheet" type="text/css" href="/static/css/error_404.css">
</head>
<body>

<h1>404</h1>
<p class="centered">Page Not Found</p>

<svg width=100% height=100%>
    <image max-width=100% max-height=100% href="/static/media/sneakers.svg">
</svg>

</body>
</html>