Advertisement
Fhernd

W2S2.3U8_Proj1_AddingSubtitles.html

Jun 14th, 2015
323
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.81 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.     <title>W2S2.3U8_Proj1: Adding Some Subtitles</title>
  6. </head>
  7. <body>
  8.     <video controls crossorigin="anonymous" height="768" poster="https://dl.dropbox.com/s/xhs0e7g531xu7ks/Queen%20-%20Bohemian%20Rhapsody%20%28Live%20at%20Montreal%29%20%5BHD%5D%20%5BPoster%5D.jpg" width="1024">
  9.         <source src="https://dl.dropboxusercontent.com/s/jlegawl8jb6b467/Queen%20-%20Bohemian%20Rhapsody%20%28Live%20at%20Rock%20Montreal%2C%201981%29%20%5BHD%5D.mp4" type="video/mp4" />
  10.         <track default kind="captions" label="VTT Features" src="https://dl.dropbox.com/s/zymal0epfyogmmk/Queen%20-%20Bohemian%20Rhapsody%20%28Live%20at%20Rock%20Montreal%2C%201981%29%20%5BHD%5D.vtt" srclang="en" />
  11.     </video>
  12. </body>
  13. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement