-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
23 lines (21 loc) · 964 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Cookie Awareness</title>
<script type="module" crossorigin src="/cookierisk/assets/index-DvIgIhAf.js"></script>
<link rel="stylesheet" crossorigin href="/cookierisk/assets/index-CR5E1P5N.css">
</head>
<body>
<div id="cookie-banner" class="cookie-banner">
<p>This website uses cookies to collect information about your device. By clicking 'Accept', you agree to the collection of this data.</p>
<button id="accept-cookies" class="big-red-button">Accept Cookies</button>
</div>
<div id="main-content" class="main-content hidden">
<p id="exampleText" class="hidden">All information shown has been collected through cookies.<br> Be safe online and educate yourself on the dangers of unknown websites.</p>
<div id="infoReveal" class="info-reveal hidden">
</div>
</div>
</body>
</html>