-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathprivacy.html
84 lines (59 loc) · 4.2 KB
/
privacy.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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>DailyImmortal - Diablo Immortal Dailies and Weeklies Checklist</title>
<link rel="shortcut icon" href="https://dailyimmortal.github.io/includes/img/dailyimmortal.png">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link rel="stylesheet" href="dailyimmortal.css?v=22">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/js/all.min.js"></script>
<meta name="title" content="DailyImmortal">
<meta name="description" content="Dailies and Weeklies Checklist for Diablo Immortal">
<meta name="theme-color" content="#1f2f38">
</head>
<body>
<nav class="navbar nav-pills fixed-top navbar-expand-lg navbar-dark bg-dark">
<div class="container-fluid">
<a class="navbar-brand" href=".">
<img src="includes/img/dailyimmortal.png" alt="DailyImmortal - Dailies and Weeklies Checklist for Diablo Immortal" width="24" height="24" class="d-inline-block align-text-top">
DailyImmortal
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li>
<div class="nav-icon-bar">
<a href="."><b>Back to home</b></a>
</div>
</li>
</ul>
</div>
</div>
</nav>
<div class="container-xl activity_tables">
<div class="ltext"><br><br><br>
<h1>Privacy Policy of DailyImmortal</h1>
<p>DailyImmortal operates the https://dailyimmortal.github.io website.</p>
<p>This page is used to inform website visitors regarding our policies with the collection, use, and disclosure of Personal Information if anyone decided to use our Service, the website.</p>
<p>Our Privacy Policy was created with the help of the <a href="https://www.privacypolicytemplate.net">Privacy Policy Template Generator</a>.</p>
<h2>Cookies</h2>
<p>Cookies are files with small amount of data that is commonly used an anonymous unique identifier. These are sent to your browser from the website that you visit and are stored on your computer’s hard drive.</p>
<h2>Links to Other Sites</h2>
<p>Our Service may contain links to other sites. If you click on a third-party link, you will be directed to that site. Note that these external sites are not operated by us. Therefore, we strongly advise you to review the Privacy Policy of these websites. We have no control over, and assume no responsibility for the content, privacy policies, or practices of any third-party sites or services.</p>
<h2>Changes to This Privacy Policy</h2>
<p>We may update our Privacy Policy from time to time. Thus, we advise you to review this page periodically for any changes. We will notify you of any changes by posting the new Privacy Policy on this page. These changes are effective immediately, after they are posted on this page.</p>
<h2>Contact Us</h2>
<p>If you have any questions or suggestions about our Privacy Policy, do not hesitate to contact us.</p></div>
</div>
<footer>
<p>
<a href="https://github.com/dailyimmortal/dailyimmortal.github.io" target="_blank" rel="noopener noreferrer"><img src="includes/img/github.png">Github</a>
</p>
</footer>
</body>
</html>