tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

file_audio_and_inaudible_media.html (220B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4  <title>page with audible and inaudible media</title>
      5 </head>
      6 <body>
      7 <video id="video1" src="gizmo.mp4" loop></video>
      8 <video id="video2" src="gizmo.mp4" loop muted></video>
      9 </body>
     10 </html>