-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (37 loc) · 1.46 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Cookie Banner Test</title>
</head>
<body>
<div id="app"></div>
<!-- <button id="cookie-preferences-button">Cookie preferences</button> -->
<iframe width="560" height="315" src="https://www.youtube.com/embed/OrxmtDw4pVI?si=_YPhjuzriO4cBULJ" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture;" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<iframe
width="560"
height="315"
data-src="https://www.youtube.com/embed/OrxmtDw4pVI?si=iFSlVAH9EMtuNIsR"
data-cookie-type="marketing"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture;"
referrerpolicy="strict-origin-when-cross-origin"
allowfullscreen
></iframe>
<iframe
style="border-radius:12px"
title="Spotify video player"
data-cookie-type="marketing"
data-src="https://open.spotify.com/embed/track/2MBlKZ8cSN8OmsIhWBH9ci?utm_source=generator"
width="100%"
height="352"
frameBorder="0"
allowfullscreen=""
allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture"
loading="lazy"
></iframe>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>