-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathplay.html
32 lines (25 loc) · 1.18 KB
/
play.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
<!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>If you are using a modern client with HTTP support, such as Q2Pro, AprQ2, R1Q2, or Q2RTX, you can now simply connect to the server at q2vortex.com
and jump right in - no setup required.</p>
<p>For other clients, please download the following file and unzip it into your Quake II folder.</p>
<p><a href="q2vortex.zip">Download Q2Vortex.zip</a></p>
<p>To join, just type <code class="language-plaintext highlighter-rouge">connect q2vortex.com</code> into your Quake II console.</p>
</div>
</main></div>
</body>
</html>