-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (25 loc) · 1.08 KB
/
index.html
File metadata and controls
31 lines (25 loc) · 1.08 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
<!DOCTYPE html>
<html lang="en"><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="/assets/css/style.css">
<title>q2vortex.com</title>
</head>
<body><header class="header">
<div class="wrapper"><nav class="site-nav">
<div class="menu">
<div class="menuitem">Vortex Quake II</div><a class="menuitem" href="/">[Main Page]</a><a class="menuitem" href="/play">Play Now</a><a class="menuitem" href="https://github.com/zardoru/vrxcl">Source Code</a>
</div>
</nav></div>
</header>
<div class="content">
<main class="page-content" aria-label="Content">
<div class="wrapper">
<p>Welcome to Vortex Quake II!</p>
<p>Vortex is a mod for Quake II that adds RPG and fantasy elements such as character classes,
persistent experience and levels, abilities, magic runes, and upgradable weapons to the game. It also
features many gamemodes, such as PvP, Invasion CTF, HolyWars, and more!</p>
<p><a href="/play">Click Here</a> for information on how to join the fray.</p>
</div>
</main></div>
</body>
</html>