Advertisement
Fhernd

W2S2.2U9_Proj1_VideoWithWatermark.html

Jun 11th, 2015
324
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.83 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4.     <meta charset="utf-8" />
  5.     <link href="W2S2.2U9_Proj1_WatermarkStyling.css" rel="stylesheet"/>
  6.     <title>W2S2.2U9_Proj1: Video with a Simple Waterwark</title>
  7. </head>
  8. <body>
  9.     <div id="wrap_video">
  10.         <video controls poster="W2S2.2U9_Proj1_pizzacatbackground.jpg">
  11.             <source src="https://dl.dropbox.com/s/njy7rem3qve40b9/W2S2.2U3_Ex1_video.webm" type="video/webm">
  12.             <source src="https://dl.dropbox.com/s/m23sckwjjwy76wd/W2S2.2U3_Ex1_video.ogg" type="video/ogg">
  13.             <source src="https://dl.dropbox.com/s/odmhqit4yyl5ykl/W2S2.2U3_Ex1_video.mp4" type="video/mp4">
  14.         </video>
  15.         <div id="video_overlay">
  16.             <img src="W2S2.2U9_Proj1_watermark.png"/>
  17.         </div>
  18.     </div>
  19. </body>
  20. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement