Advertisement
Guest User

Untitled

a guest
Jan 19th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.  
  4. <head>
  5. <meta charset="utf-8" />
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  7. <title>Xeroboi OOF</title>
  8. <meta name="viewport" content="width=device-width, initial-scale=1">
  9. <link rel="stylesheet" type="text/css" media="screen" href="style.css" />
  10. </head>
  11.  
  12. <body>
  13. <video id="video" src="test.mp4" autoplay></video>
  14. <script>
  15. document.getElementById('video').volume = 100;
  16. </script>
  17.  
  18. </body>
  19.  
  20. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement