-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
70 lines (64 loc) · 2.12 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Space Looter Idle Odyssey – Support</title>
<style>
body {
font-family: Arial, sans-serif;
max-width: 800px;
margin: 40px auto;
line-height: 1.6;
color: #333;
}
h1, h2 {
color: #444;
}
.faq dt {
font-weight: bold;
margin-top: 1em;
}
.faq dd {
margin-bottom: 1em;
margin-left: 1em;
}
a {
color: #3366cc;
}
</style>
</head>
<body>
<h1>Space Looter Idle Odyssey – Support</h1>
<p>Welcome to the official support page for <strong>Space Looter Idle Odyssey</strong>. Here you’ll find answers to common questions and ways to contact our support team.</p>
<section>
<h2>Contact Us</h2>
<ul>
<li>Email: <a href="mailto:purplepillgames@gmail.com">purplepillgames@gmail.com</a></li>
<li>Discord: <a href="https://discord.gg/FPdYfKJPqV" target="_blank">Join our Discord server</a></li>
</ul>
<p>If you have issues, feedback, or need assistance, feel free to reach out by email or join our Discord. We’re here to help!</p>
</section>
<section>
<h2>Frequently Asked Questions (FAQ)</h2>
<dl class="faq">
<dt>How do I delete my user account data to comply with GDPR?</dt>
<dd>
You can delete your user account data by going to
<strong>Settings</strong> → <strong>Advanced Settings</strong>
and following the instructions there. If you encounter any issues,
please contact us at
<a href="mailto:purplepillgames@gmail.com">purplepillgames@gmail.com</a>.
</dd>
<dt>Where can I find more information about privacy?</dt>
<dd>
Our complete Privacy Policy is available at:
<a href="https://karottenrambo.github.io/PrivacyPolicy/" target="_blank">Privacy Policy</a>.
</dd>
</dl>
</section>
<section>
<h2>Additional Resources</h2>
<p>For any other questions, suggestions, or bug reports, don’t hesitate to reach out via email or Discord. Thank you for using <strong>Space Looter Idle Odyssey</strong>!</p>
</section>
</body>
</html>