blob: efa6735ae6545f3d7dd96a9c35575141d76c9aeb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<!DOCTYPE HTML>
<html>
<head>
<title>Support</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<header>
<p><a href="index.html">< Back</a></p>
<h1>Support</h1>
</header>
<section id="discord">
<h2>Discord</h2>
<p><a href="https://discord.gg/Vg2EYDR">Discord Server</a></p>
</section>
<section id="twitter">
<h2>Twitter</h2>
<p><a href="https://twitter.com/o5pxels">@o5pxels</a></p>
</section>
</html>
|