Advertisement
Guest User

Untitled

a guest
Feb 24th, 2012
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.29 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <body>
  4.  
  5. <video width="800" height="600" controls="controls">
  6.     <source src="movie.mp4" type="video/mp4"/>
  7.     Your browser does not support the video tag.
  8. </video>
  9.  
  10. <script type="text/javascript">
  11. document.write("<p>" + Date() + "</p>");
  12. </script>
  13.  
  14. </body>
  15. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement