forked from TheMaxium69/SolidServ-WebSite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
support.php
51 lines (29 loc) · 1.02 KB
/
support.php
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
50
51
<?php include "app/app.php"; $page = 4; head($page); ?>
<body> <header> <?php navbar($page); ?> </header>
<main id="suppo">
<section id="start">
<div class="ac-head">
<div class="ac-centertext">
<h1>Support</h1>
</div>
</div>
</section>
<section id="title">
<h2>
Support disponible sur Discord
</h2>
<p>Ou contactez-nous sur :</p>
<ul>
<li>
<small><a href="mailto:[email protected]">[email protected]</a></small>
</li>
<li>
<small>+33 6 11 11 26 69</small>
</li>
</ul>
</section>
<section id="discord">
<iframe src="https://discord.com/widget?id=963833730529632296&theme=dark" width="350" height="500" allowtransparency="true" frameborder="0" sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"></iframe>
</section>
</main>
<?php footer($page); ?> </body> </html>