tor-browser

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

webm.html (230B)


      1 <html>
      2    <head>
      3        <meta charset="utf-8">
      4        <title>WebM Video</title>
      5    </head>
      6    <body>
      7        <video controls preload>
      8            <source src="videos/gizmo.webm"></source>
      9        </video>
     10    </body>
     11 </html>