-
Notifications
You must be signed in to change notification settings - Fork 45
/
Copy pathcontact.html
48 lines (48 loc) · 2.86 KB
/
contact.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Contact | Illuminate</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
<link id="theme-link" rel="stylesheet" href="/css/index.css">
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3317735030374126" crossorigin="anonymous"></script>
</head>
<body>
<div class="center">
<header>
<nav class="top-nav">
<ul>
<li><a href="/">Home</a></li>
<li><a href="projects.html">Games</a></li>
<li><a href="proxies.html">Proxies</a></li>
<li><a href="apps.html">Apps</a></li>
<li><a href="cheats.html">Cheats</a></li>
<li><a href="chat.html">Chat</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="review.html">Feedback</a></li>
<li><a href="settings.html">Settings</a></li>
<li><a href="other/index.html">Other</a></li>
<li><a href="about-blank">about:blank</a></li>
</ul>
</nav>
<h1>Contact</h1>
</header>
<br />
<p>There are a couple of ways to contact us, and they are linked here.</p>
<div class="card"><a href="mailto:[email protected]">Email support at [email protected]</a><br /></div>
<p>[email protected] is the only official Illuminate email as of 6/16/2024, any other email is not official.</p>
<p>Emailing is also the only way for direct replies to your reviews.</p>
<p>There is also an official google form for Illuminate.</p>
<div class="card"><a href="other/review.html">This form is for writing a review, overall feedback and requests are accepted.</a><br /></div>
<p>We will never reply to your review from these google forms, so make sure to check back in a couple of days to make sure your review was added.</p>
<div class="card"><a href="review.html">Overall feedback and requests are here.</a><br /></div>
</div>
<div class="spacer"></div><div class="spacer"></div>
<div class="footer"><a href="/">Back to Homepage</a></div>
<script src="/js/main.js"></script>
</body>
</html>