Advertisement
Guest User

Untitled

a guest
Oct 4th, 2019
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <body>
  4. <h1>Test twitch embedding</h1>
  5. <iframe
  6. src="https://player.twitch.tv/?channel=beginningshawol&muted=true"
  7. height="400"
  8. width="300"
  9. frameborder="0"
  10. scrolling="no"
  11. allowfullscreen="true">
  12. </iframe>
  13. <iframe
  14. src="https://player.twitch.tv/?channel=venegred&muted=true"
  15. height="400"
  16. width="300"
  17. frameborder="0"
  18. scrolling="no"
  19. allowfullscreen="true">
  20. </iframe>
  21. <iframe
  22. src="https://player.twitch.tv/?channel=Bobby__S&muted=true"
  23. height="400"
  24. width="300"
  25. frameborder="0"
  26. scrolling="no"
  27. allowfullscreen="true">
  28. </iframe>
  29. <iframe
  30. src="https://player.twitch.tv/?channel=kaz1&muted=true"
  31. height="400"
  32. width="300"
  33. frameborder="0"
  34. scrolling="no"
  35. allowfullscreen="true">
  36. </iframe>
  37. <iframe
  38. src="https://player.twitch.tv/?channel=The_accuser&muted=true"
  39. height="400"
  40. width="300"
  41. frameborder="0"
  42. scrolling="no"
  43. allowfullscreen="true">
  44. </iframe>
  45. </body>
  46. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement