-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy.html
More file actions
60 lines (54 loc) · 2.78 KB
/
privacy.html
File metadata and controls
60 lines (54 loc) · 2.78 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Privacy Policy – T!KAS</title>
<meta name="description" content="Read the privacy policy for T!KAS website, including data collection and usage details." />
<meta name="keywords" content="T!KAS, privacy policy, data, cookies" />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://tikas.live/privacy.html" />
<meta property="og:title" content="Privacy Policy – T!KAS" />
<meta property="og:description" content="Read the privacy policy for T!KAS website." />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://tikas.live/privacy.html" />
<meta property="og:image" content="https://tikas.live/assets/highlights/highlight3.jpg" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Privacy Policy – T!KAS" />
<meta name="twitter:description" content="Read the privacy policy for T!KAS website." />
<meta name="twitter:site" content="@_tikas_" />
<link rel="stylesheet" href="css/styles.css" />
<link rel="icon" type="image/svg+xml" href="assets/favicon.svg" />
<link rel="icon" href="assets/favicon.png" sizes="32x32" />
<link rel="apple-touch-icon" href="assets/favicon.png" />
</head>
<body>
<header class="site-header">
<div class="container header-inner">
<h1 class="site-title">T!KAS</h1>
<nav class="main-nav" role="navigation">
<a href="index.html#about">About</a>
<a href="index.html#music">Music</a>
<a href="index.html#photos">Photos</a>
<a href="index.html#photos">Photos</a>
<a href="index.html#press">Press</a>
<a href="index.html#contact">Contact</a>
</nav>
</div>
</header>
<main class="container">
<h2>Privacy Policy</h2>
<p>This page explains how we collect and use your information when you visit the T!KAS website.</p>
<p>At this time, we do not collect personal data other than what you voluntarily provide via contact or subscription forms. Cookies may be used by third-party services such as Spotify embeds.</p>
<p>If you have questions about privacy, contact us at <a href="mailto:hello@tikas.live">hello@tikas.live</a>.</p>
</main>
<footer class="site-footer">
<div class="container">
<p>© <span id="year"></span> T!KAS. All rights reserved.</p>
<p><a href="index.html">Home</a> • <a href="terms.html">Terms</a></p>
</div>
</footer>
<script src="js/main.js"></script>
</body>
</html>