-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy-policy.html
More file actions
93 lines (90 loc) · 3.12 KB
/
privacy-policy.html
File metadata and controls
93 lines (90 loc) · 3.12 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset="UTF-8">
<title>Do Not Sell My Personal Information</title>
<link rel="icon" type="image/png" sizes="256x256" href="android-chrome-256x256.png">
<link rel="icon" type="image/png" sizes="192x192" href="android-chrome-192x192.png">
<link rel="icon" type="image/png" sizes="180x180" href="apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="mask-icon" href="safari-pinned-tab.svg" color="#000000">
<link href="https://fonts.googleapis.com/css2?family=OpenDyslexic&display=swap" rel="stylesheet">
<meta name="robots" content="noindex">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="msapplication-TileColor" content="#000000">
<meta name="theme-color" content="#000000">
<meta name="author" content="Gaál Sándor">
<meta name="description" content="Privacy-policy, detailed information about used cookies, contact information.">
<meta name="keywords" content="privacy policy; contact info; cookie notice;">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:creator" content="@gmac4247">
<meta name="twitter:title" content="Do Not Sell My Personal Information">
<meta name="twitter:description" content="Privacy-policy, detailed information about used cookies, contact information.">
<meta name="twitter:image" content="android-chrome-256x256.png">
<meta name="msvalidate.01" content="EA6B8354B9F3C956E862954E97EB8CD0">
<style>
* {
margin: 0;
padding: 0;
}
.imgbox {
display: grid;
height: 100%;
}
body {
font-family: 'OpenDyslexic', sans-serif;
}
</style>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "ContactPage",
"name": "Do Not Sell My Personal Information",
"description": "Privacy policy page"
}
</script>
</head>
<body>
<section id="policy">
<h1 style="font-size:130%">This site uses IT cookies to enure you get the best experience on it.</h1>
<br>
<p>It also includes embedded content, which behave the same way as if you visited their location.
<br>
Cookies may contain personally identifiable information and might be shared with anyone. That is out of the reach of the site administrator.
<br>
If you're not happy with that, please close the page.</p>
</section>
<br><br><br>
<section id="contact">
<h2>Your contact info:</h2>
<br>
<div class="imgbox">
<img class="center-fit" width="257" height="273" src="Gmac4247.jpg" alt="Gaál Sándor">
</div>
<br><br>
<span>Gaál</span>
<span>Sándor</span>
<br>
<span>Administrator</span>
<br><br>
<span>Email: gmac4247@yahoo.com</span>
<br><br>
<a href="https://www.x.com/gmac4247">X</a>
<br><br><br>
<span>Telephone: +36305075125</span>
<br><br>
<p>(International rates apply.)</p>
<br><br>
</section>
<p>® All rights reserved</p>
<p>2026</p>
<br><br><br><br>
<footer>
<a style="margin:9px;" href="https://basic-geometry.github.io">Home</a>
<br>
<br>
</footer>
</body>
</html>