-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy-policy.html
More file actions
97 lines (95 loc) · 3.91 KB
/
privacy-policy.html
File metadata and controls
97 lines (95 loc) · 3.91 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
94
95
96
97
<!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">
<link rel="canonical" href="https://basic-geometry.pages.dev/privacy-policy">
<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="google-site-verification" content="XuP08h4O_UbzZo81VWNHhFn5OW7elz2_cZi17lt3qvA">
<style>
* {
margin: 0;
padding: 0;
}
.imgbox {
display: grid;
height: 100%;
}
body {
font-family: 'OpenDyslexic', sans-serif;
}
</style>
</head>
<body>
<div style="margin:12px" itemscope itemtype="https://schema.org/ContactPage">
<meta itemprop="name" content="Do Not Sell My Personal Information">
<meta itemprop="accessMode" content="textual">
<meta itemprop="accessibilityControl" content="fullMouseControl">
<meta itemprop="accessibilityHazard" content="none">
<meta itemprop="accessibilitySummary" content="Read text">
<meta itemprop="inLanguage" content="en">
<meta itemprop="interactivityType" content="Expositive">
<meta itemprop="isAccessibleForFree" content="true">
<meta itemprop="isFamilyFriendly" content="true">
<meta itemprop="typicalAgeRange" content="50-70">
<section>
<h1 style="font-size:130%" itemprop="headline">This site uses IT cookies to enure you get the best experience on it.</h1>
<br>
<p itemprop="usageInfo">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 itemprop="accountablePerson" itemscope itemtype="https://schema.org/Person">
<h2>Your contact info:</h2>
<br>
<div itemprop="image" class="imgbox">
<img class="center-fit" width="257" height="273" src="Gmac4247.jpg" alt="Gaál Sándor">
</div>
<br><br>
<span itemprop="familyName">Gaál</span>
<span itemprop="givenName">Sándor</span>
<br>
<span itemprop="jobTitle">Administrator</span>
<br><br>
<span itemprop="email">Email: gmac4247@yahoo.com</span>
<br><br>
<a itemprop="url" href="https://www.x.com/gmac4247">X</a>
<br><br><br>
<span itemprop="telephone">Telephone: +36305075125</span>
<br><br>
<p>(International rates apply.)</p>
<br><br>
</section>
<p itemprop="copyrightNotice">® All rights reserved</p>
<p itemprop="copyrightYear">2026</p>
</div>
<br><br><br><br>
<footer>
<a style="margin:9px;" href="https://basic-geometry.github.io">Home</a>
<br>
<br>
</footer>
</body>
</html>