forked from spyraverse/spyraverse.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprivacypolicy.html
36 lines (32 loc) · 1.55 KB
/
privacypolicy.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"></head>
<link rel="stylesheet" href="css/styles.css">
<title>Privacy Policy</title>
<meta name="description" content="SPYRAVERSE Games Privacy Policy">
<meta name="title" content="Privacy Policy">
</head>
<body>
<div class="container">
<div class="row"><br><br></div>
<div class="row">
<div class="col-1"></div>
<div class="col-10">
<h1 class="text-center">PRIVACY POLICY</h1>
</div>
<div class="col-1"></div>
</div>
<div class="row">
<div class="col-12">
<h4>Spyraverse Games DO NOT collect, use, or store any information about the user. There is NO account creation, internet usage, advertisements, or 3rd party libraries that may access user info. Only Apple may collect default data used for App Store analytics. </h4>
<br>
<p>App Store is a service mark of Apple Inc.</p>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"></script>
</body>
</html>