-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathwheel.html
More file actions
15 lines (11 loc) · 798 Bytes
/
wheel.html
File metadata and controls
15 lines (11 loc) · 798 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<h1>Congratulations! You win!</h1>
<iframe width="560" height="315" src="https://www.youtube.com/embed/3FyL-Cxz2rs?si=pbzlWiqZ5L5vlJ7c&start=169" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/ekt6PELAcEg?si=-3eKOX_eIprIk38l" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</body>
</html>