forked from sz-games/sz-games.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPrivacy-Policy.html
More file actions
346 lines (281 loc) · 10.9 KB
/
Privacy-Policy.html
File metadata and controls
346 lines (281 loc) · 10.9 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
<!DOCTYPE html>
<html>
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-C78TXR0XFK"></script>
<script>
window.dataLayer = window.dataLayer || []
function gtag() {
dataLayer.push(arguments)
}
gtag('js', new Date())
gtag('config', 'G-C78TXR0XFK')
</script>
<link rel="manifest" href="manifest.json" />
<link rel="icon" href="https://github.com/sz-games/home/blob/main/G.png?raw=true" />
<title>Sz Games - Privacy Policy</title>
<link rel="canonical" href="https://sz-games.github.io/Privacy-Policy.html" />
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta property="og:site_name" content="Sz Games - Privacy Policy" />
<script src="./GobalSettings.js"></script>
<meta property="og:title" content="Sz Games - Privacy Policy" />
<meta name="description" property="og:description" content="Play games in school or at home! " />
<meta name="description" content="Play games in school or at home! " />
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "WebPage",
"name": "Sz Games",
"logo": "https://sz-games.github.io/G-Google.png"
}
</script>
<meta content="website" property="og:type" />
<meta name="description" property="twitter:description" content="Play games ad-free in school or at home!" />
<meta
name="keywords"
content="sz games, games, unblocked games, school, games, games to play, games on the web, html5 games, sz, sz-games, play games online, online games"
/>
</head>
<style>
:root {
--primary-bg: #1d1d1d;
--secondary-bg: #2d2d2d;
--accent-color: #4a4a4a;
--text-color: #f2f2f2;
--header-gradient: linear-gradient(135deg, #9a9a9a 0%, #292929 100%);
}
body {
background: var(--primary-bg);
font-family: 'Inter', Arial, sans-serif;
color: var(--text-color);
line-height: 1.6;
margin: 0;
padding: 0;
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 20px;
}
.header {
background: var(--header-gradient);
padding: 40px;
border-radius: 20px;
margin: 20px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
position: relative;
overflow: hidden;
}
.header::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
z-index: 1;
}
.header h1 {
font-size: 2.5rem;
margin: 0;
position: relative;
z-index: 2;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.header img {
width: 100px;
height: 100px;
margin-right: 20px;
filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.3));
}
.content-section {
background: var(--secondary-bg);
border-radius: 15px;
padding: 30px;
margin: 20px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
h3 {
color: var(--text-color);
font-size: 1.5rem;
margin: 25px 0 15px;
position: relative;
padding-bottom: 10px;
}
h3::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 50px;
height: 3px;
background: var(--accent-color);
border-radius: 3px;
}
p {
margin-bottom: 15px;
font-size: 1.1rem;
}
.button2 {
background: var(--accent-color);
color: var(--text-color);
padding: 12px 25px;
border: none;
border-radius: 8px;
font-size: 1rem;
cursor: pointer;
transition: all 0.3s ease;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.button2:hover {
transform: translateY(-2px);
box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
background: #5a5a5a;
}
a {
color: #4a9eff;
text-decoration: none;
transition: color 0.3s ease;
}
a:hover {
color: #6bb2ff;
text-decoration: underline;
}
@media (max-width: 768px) {
.header {
padding: 30px;
}
.header h1 {
font-size: 2rem;
}
.content-section {
padding: 20px;
}
}
</style>
<body>
<div class="container">
<div class="header">
<img src="https://github.com/sz-games/home/blob/main/G.png?raw=true" alt="Sz Games Logo" />
<h1>Privacy Policy</h1>
</div>
<div class="content-section">
<button onclick="window.location='https:\/\/sz-games.github.io'" class="button2">Go Back Home</button>
<h2>Effective date / Updated: April 22, 2025</h2>
<p>
Welcome to Sz Games (https://sz-games.github.io)! Your trust is important to us, and we are committed to
respecting your privacy and protecting your personal information.
</p>
<p>
Please take a moment to review our Privacy Policy to understand how we collect, use, and protect your
information.
</p>
<p>By using our website, you consent to the terms of this Privacy Policy.</p>
<h2>We Don't Collect Personal Information</h2>
<p>
When you visit our website, we don't collect any personal information, because there is no signup, comment or
other way to get personal information.
</p>
<h2>Cookies</h2>
<p>
We use cookies to enhance your experience on https://sz-games.github.io. Cookies are small text files stored
on your device that help us improve site performance, remember your preferences, and analyze how users
interact with the site.
</p>
<p>By using our website, you consent to the use of cookies in accordance with this Privacy Policy.</p>
<h2>Information We Collect - Analytics and Third-Party Ad Networks:</h2>
<p>
We use Google Analytics and Plausible Analytics to collect information about how users interact with our
website, including pages visited, time spent on each page, and other analytics data.
</p>
<p>
Google Analytics and Plausible Analytics uses cookies and other tracking technologies to collect information
about users' online activities, including the pages they visit, the links they click, and other actions taken
on our website.
</p>
<p>This information is used to improve our website and provide better user experiences.</p>
<p>
We also use third-party advertising networks (e.g. Google AdSense and other partners) to display personalized
advertisements on our website. These third-party ad networks may collect information about your visits to this
and other websites over time, serving targeted ads based on your interests and browsing history. In some cases
non-personalized advertisements may be shown if you opt-out of personalized ads.
</p>
<p>
We have no control over, and assume no responsibility for, the content, privacy policies, or practices of any
third-party websites or services. It's recommended that you review the privacy policies of these third-party
ad networks for more information on how they collect, use, and share your information.
</p>
<h2>Google AdSense:</h2>
<p>Google AdSense may collect the following types of data:</p>
<p>
Cookies: AdSense uses cookies to serve personalized ads. These cookies track users' online behavior and help
determine their interests.
</p>
<p>
IP Address: AdSense may collect users' IP addresses for geolocation purposes to show relevant ads based on
their location.
</p>
<p>
Device Information: Information about the device used to access our website, such as the device type,
operating system, and browser type, may be collected.
</p>
<p>
Unique Identifiers: AdSense may assign unique identifiers to users' browsers or devices to track their
interactions with ads.
</p>
<h3>Google AdSense and its partners may use the information collected to:</h3>
<p>
Serve Relevant Ads: The data collected is used to display ads that are relevant to users' interests and
preferences.
</p>
<p>
Measure Ad Performance: AdSense tracks ad performance, such as the number of clicks and impressions, to
provide us with analytics.
</p>
<p>
Personalization: AdSense personalizes the ads shown to users based on their interests and browsing history.
</p>
<p>
You can learn more about how Google AdSense collects and uses data by visiting the
<a href="https://policies.google.com/privacy" style="color: white">Google Privacy & Terms page</a>.
</p>
<h3>Opting Out of Personalized Advertising:</h3>
<p>
Users can opt out of personalized advertising by adjusting their browser settings or visiting Google's Ads
Settings page. Please note that opting out of personalized ads does not mean you will no longer see
advertisements; it means you will see ads that are less relevant to your interests.
</p>
<h3>Third-Party Links</h3>
<p>
Occasionally, we may include or offer third-party products or services on our website. These third-party sites
have separate and independent privacy policies. We, therefore, have no responsibility or liability for the
content and activities of these linked sites.
</p>
<h3>Your Rights:</h3>
<p>
You have the right to access, correct, or delete information about your device that we collect by opting out
of Google Analytics tracking and personalized advertising by adjusting your browser settings or visiting
Google's Ads Settings page.
</p>
<h3>Stored Data</h3>
<p>
The data collected through localStorage, indexedDB, and cookies is stored locally on your device. It remains
accessible exclusively to the website and browser that collected it. We do not transfer this data to our
servers or any third-party servers.
</p>
<h3>Changes to this Privacy Policy:</h3>
<p>
We reserve the right to update this Privacy Policy at any time, so please review it frequently. Changes and
clarifications will take effect immediately upon their posting on our website.
</p>
<h3>Contact Us:</h3>
<p>
If you have any questions or concerns about this Privacy Policy, please contact us
<a href="/contact.html">here</a>.
</p>
</div>
</div>
</body>
</html>