aboutsummaryrefslogtreecommitdiff
path: root/404.html
blob: c26dc6f0ec92c00a8d46b6b1deee4b8d115afda2 (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="/cs2-simple-website/index.html">woops</a>
</body>
</html>