-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (34 loc) · 1.92 KB
/
index.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
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8" />
<title>Content Blocker</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<div class="consent-container">
<!-- Block this iFrame before Consent -->
<iframe data-src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d5135197.667599395!2d5.1765209724841235!3d51.06378290289869!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x479a721ec2b1be6b%3A0x75e85d6b8e91e55b!2sDeutschland!5e0!3m2!1sde!2sde!4v1668244164855!5m2!1sde!2sde" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
<form class="consent-notice" method="post" action="./">
<div>
<div class="content-blocker-headline">
Google Maps aufgrund von Privatsphäre-Einstellungen blockiert
</div>
<p>
Durch das Laden der blockierten Inhalte werden Ihre Privatsphäre-Einstellungen angepasst, und Inhalte von
diesem Dienst werden in Zukunft nicht mehr blockiert - <a href="https://policies.google.com/privacy?hl=de" rel="nofollow" target="_blank">Google Datenschutzhinweis</a>.<br />
Sie können Ihre Einwilligung jederzeit in der <a href="/datenschutz/#google-maps-consent" rel="nofollow" target="_blank">Datenschutzerklärung</a> verwalten.
</p>
</div>
<button>Inhalt anzeigen</button>
</form>
</div>
<!-- Remove Cookie Button -->
<div class="manage-consent">
<h3 id="google-maps-consent">Google Maps Zustimmung verwalten</h3>
<button id="deleteCookieButton" class="consent-btn" type="button">Zustimmung entfernen</button>
</div>
<script src="script.js"></script>
</body>
</html>