-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (38 loc) · 1.68 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>EnigmO Riddle-O-Matic Scavenger Hunt</title>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<header>
<!-- Replace "header-image.png" with your actual header image file -->
<img src="images/logo-small-white.png" alt="EnigmO - Riddle-O-Matic Scavenger Hunt Logo" class="header-logo" />
<p class="header-text">Riddle-O-Matic Scavenger Hunt</p>
</header>
<main>
<section class="contact">
<h2>Contact</h2>
<p>Send any inquiries to <a href="mailto:[email protected]">[email protected]</a></p>
</section>
<section class="privacy">
<h2>Privacy Policy</h2>
<p>EnigmO uses Unity Ads integration to serve advertisements to players.
The usage of this advertising SDK is governed by
<a href="https://unity3d.com/legal/privacy-policy">Unity's Privacy Policy</a>.
</p>
<p>Additionally Google Firebase SDK is used to provide analytics data to Google Analytics.
This data is used to track usage behavior and discover application issues.
More information can be found at
<a href="https://policies.google.com/privacy">Google's Privacy Policy</a>.
</p>
<p>Photos taken by users are submitted to Google's Gemini API for processing.
This usage is governed by
<a href="https://policies.google.com/privacy">Google's Privacy Policy</a>.
</p>
</section>
</main>
</body>
</html>