-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsupport.html
31 lines (31 loc) · 1023 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
{% extends 'base.html' %}
{% block wrapper %}
<div class="oddWrapper">
<!-- Loritta Daily Reward -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-9989170954243288"
data-ad-slot="4638598063"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
<!-- Loritta Daily Reward -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-9989170954243288"
data-ad-slot="4638598063"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
<div class="contentWrapper" style="text-align: center;">
<div class="sectionHeader">
Support
</div>
<p>This is a temporary page, I know it is ugly but...</p>
<p>Servidor de Suporte (Português): <a href="https://discord.gg/V7Kbh4z">https://discord.gg/V7Kbh4z</a></p>
<p>Support Server (English): <a href="https://discord.gg/ZWt5mKB">https://discord.gg/ZWt5mKB</a></p>
</div>
</div>
{% endblock %}