aboutsummaryrefslogtreecommitdiff
path: root/404.html
blob: 2e3eb65e7d5aba2a243ebf85a2b3cf02bad91bc7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title>404</title>
</head>
<body>
    <a href="/index.html">woops</a>
</body>
</html>