Advertisement
steamdeck

munna.html

Oct 24th, 2024 (edited)
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.50 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.     <meta charset="UTF-8">
  5.     <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6.     <title>YouTube Video Loop</title>
  7. </head>
  8. <body>
  9.     <h1>My YouTube Video</h1>
  10.     <iframe width="560" height="315"
  11.            src="https://www.youtube.com/embed/h3axmXESErA?autoplay=1&loop=1&playlist=h3axmXESErA"
  12.            frameborder="0"
  13.            allow="autoplay; encrypted-media"
  14.            allowfullscreen>
  15.     </iframe>
  16. </body>
  17. </html>
  18.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement