This repository was archived by the owner on Jul 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path404.html
More file actions
32 lines (32 loc) · 1.36 KB
/
404.html
File metadata and controls
32 lines (32 loc) · 1.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./index-1.0.0.css">
<title>Compensation VR - 404</title>
</head>
<body>
<header>
<h1><a href="./" class="hide_link_styles">Compensation VR</a></h1>
<div>
<a class="header_button hide_link_styles" href="https://www.compensationvr.tk/updates/">Updates</a>
<a class="header_button hide_link_styles" href="https://www.compensationvr.tk/about/">About</a>
<a class="header_button hide_link_styles" href=".https://www.compensationvr.tk/download/">Download</a>
<!-- <a class="header_button hide_link_styles" href="https://www.compensationvr.tk/social/">Social</a> -->
<a class="header_button hide_link_styles" href="https://www.compensationvr.tk/legal/">Legal</a>
<a class="header_button hide_link_styles" href="https://www.compensationvr.tk/news/">News</a>
</div>
</header>
<hr>
<main>
<h2>404 - Page Not Found</h2>
<p>
Uh oh!<br>
The page you are looking for does not exist.
Try going back to the <a href="./">home page</a> or <a href="./about">about page</a>.
</p>
</main>
</body>
</html>