Advertisement
Cthos

code2

Apr 6th, 2013
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3. <link rel="stylesheet" type="text/css" href="StyleSheet.css" />
  4. <title></title>
  5. </head>
  6. <body>
  7. <div id="top">
  8. <img alt="" class="style1" src="images/vs-top.jpg" />
  9. </div>
  10. <div id="vid1">
  11. <video width="170" height="96" autoplay loop nocontrols>
  12. <source src="../images/video1.webm" type="video/webm">
  13. <source src="../images/video1.mp4" type="video/mp4">
  14. <source src="../images/video1.mov" type="video/mov">
  15. Your browser does not support the video tag.
  16. </video>
  17. </div>
  18. </body>
  19. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement