Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>YouTube Video Loop</title>
- </head>
- <body>
- <h1>My YouTube Video</h1>
- <iframe width="560" height="315"
- src="https://www.youtube.com/embed/h3axmXESErA?autoplay=1&loop=1&playlist=h3axmXESErA"
- frameborder="0"
- allow="autoplay; encrypted-media"
- allowfullscreen>
- </iframe>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement