aboutsummaryrefslogtreecommitdiff
path: root/html/404.html
blob: 585f099a1aa9c01e9c785e6b1db5c6d7c46b7a6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>߸ 404 — Not found</title>
    <link rel="stylesheet" href="style.css">
    <script>
    window.setTimeout(function() { window.location.href = "/"; }, 3000);
    </script>
  </head>
  <body>
    <h1>404 — Not found</h1>
    <p>Sorry not found, you will be redirected!</p>
    <img width="500px" src="404.png">
  </body>
</html>