forked from WS-Leaderboard/WS-Leaderboard.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
support.html
33 lines (32 loc) · 917 Bytes
/
support.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
<?
$title = 'Support';
$tpl = new TemplateMaker;
$tpl->Header('+'.$title);
?>
<div id="main">
<div class="inner">
<? $tpl->HeroImage(['title'=>$title,'img'=>'hadesstar-spacestation-by-gabrielbjorkstiernstrom.jpg','url'=>'https://gabrielbjorkstiernstrom.artstation.com','by'=>'Gabriel Bjorkstiernstrom']) ?>
<p>Please join our discord to find out how you can help!</p>
<p>• Submit results for your corporation</p>
<p>• Suggest new features</p>
<p>• Help out!</p>
<br>
<span class="table-wrapper">
<table class="plain">
<thead>
<tr>
<th>Discord Links</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>WS Leaderboard</td>
<td style="font-style: italic"><a href="https://discord.gg/p588eHaFqh">https://discord.gg/p588eHaFqh</a></td>
</tr>
</tbody>
</table>
</span>
</div>
</div>
<? $tpl->Footer() ?>