-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (49 loc) · 2.49 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
39
40
41
42
43
44
45
46
47
48
49
<html>
<head>
<title>PariahStation - Main Page</title>
<link rel="stylesheet" href="prime.css">
<meta charset="UTF-8">
<meta http-equiv='content-language' content='en-gb'>
<meta property="og:title" content="Pariah Station">
<meta property="og:type" content="website">
<meta property="og:site_name" content="Pariah Station 13">
<meta property="og:description" content="Homepage for PariahStation, the 18+ TG-Based SS13 server, with a focus on player quality, interaction, and game design.">
<meta property="og:locale" content="en_US">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name='description' content='18+ TG-Based Space Station 13 server, with a focus on player quality, interaction, and game design direction.'> <!--Yeesh this reads clunky, change it eventually. -Fran-->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Pariah Station 13",
"url": "https://pariahstation.org",
"logo": "https://pariahstation.org/assets/pariah_classic.png"
}
</script>
</head>
<body>
<div class="center">
<img src="assets/pariah_classic.png" alt="PariahStation Logo" class="logo">
</div>
<nav class="center links">
<a class="link" href="https://wiki.pariahstation.org">Wiki</a>
<a class="link" href="https://discord.gg/pariahstation">Discord</a>
<a class="link" href="byond://play.pariahstation.org:7802">Play Now!</a>
<a class="link" href="https://forums.pariahstation.org">Forums</a>
<a class="link" href="https://github.com/pariahstation/Pariah-Station">Github</a>
</nav>
<footer class="center">
<a href="https://github.com/pariahstation/website">Source</a>
</footer>
<!--
******* ****** ******* ******** ****** ** **
******** ******** ******** ******** ******** ** **
** ** ** ** ** ** ** ** ** ** **
** ** ** ** ** ** ** ** ** ** **
******* ******** ******** ** ******** ********
** ** ** ** ** ** ** ** ** **
** ** ** ** ** ******** ** ** ** **
** ** ** ** ** ******** ** ** ** **
-->
</body>
</html>