This repository has been 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
/
Copy pathindex.html
38 lines (38 loc) · 1.76 KB
/
index.html
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
33
34
35
36
37
38
<!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">
<meta name="description" content="Compensation VR is a multiplayer social VR game, designed to be fun and replayable for everyone.">
<link rel="stylesheet" href="./index-1.0.0.css">
<title>Compensation VR - Home</title>
</head>
<body>
<header>
<a href="#" class="hide_link_styles"><h1>Compensation VR</h1></a>
<div>
<a class="header_button hide_link_styles" href="./updates">Updates</a>
<a class="header_button hide_link_styles" href="./about">About</a>
<a class="header_button hide_link_styles" href="./download">Download</a>
<!-- <a class="header_button hide_link_styles" href="./social/">Social</a> -->
<a class="header_button hide_link_styles" href="./legal/">Legal</a>
<a class="header_button hide_link_styles" href="./news/">News</a>
</div>
<hr>
</header>
<main class="center">
<div class="center horiz_padded_med">
<h2>Welcome!</h2>
<h4 class="about">About Compensation VR</h4>
<p class="left">
Compensation VR is a VR Social Multiplayer game, developed by Subsurface Studios.<br>
Our primary intention is to be a fun and engaging experience for all.<br>
You can find more information at our <a href="./about">about page,</a><br>
meet up with our team at our <a href="./staff">staff listing,</a><br>
or join our <a href="https://discord.com/invite/w2cgRjWkdb" >discord server.</a>
</p>
</div>
</main>
</body>
</html>