-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (34 loc) · 1.78 KB
/
index.html
File metadata and controls
39 lines (34 loc) · 1.78 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
33
34
35
36
37
38
39
<!DOCTYPE html>
<head>
<title>Pentest ss13 website</title>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/banners.css">
<meta name="Pentest ss13's main page." content="The front page to pentest ss13.">
</head>
<body>
<header class ="mainHeader">
<a class="nav" href="index.html"><h1 class ="mainTitle" >
Pentest SS13
</h1> </a>
<nav class="mainNav">
<li><a class="nav" target="_blank" href="https://github.com/PentestSS13/Pentest">Github</a></li>
<li><a class="nav" href="rules.html">Rules</a></li>
<li><a class="nav" target="_blank" href="https://discord.gg/ydGPEejXZB">Discord</a></li>
<li><a class="nav" target="_blank" href="https://www.patreon.com/pentestss13"> Patreon</a></li>
</nav>
</header>
<section class="body">
<section class="Main">
<section class="bodyText container centered">
<h1>Welcome to pentest!</h1>
<a href=byond://us.pentest.com.co:1337><img class="gamebanner" src="dynamicimages/gamebanner.php?servernum=2"></a>
<p>Refresh page to reload.</p>
</section>
<section class="bodyText container">
<p>Pentest is a thrill-packed part round-based, part marathon, exploration and roleplaying game. It is all set against the backdrop of a whimsical metal spacefaring machine masquerading as a spaceship, with charming spritework designed to represent the sci-fi setting and it's dangerous undertones. Have fun, and survive with your crew!</p>
<a class="centered" href="https://github.com/PentestSS13/Pentest">https://github.com/PentestSS13/Pentest</a>
</section>
</section>
</section>
</body>
</html>