tor-browser

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

externalresource2html.html (494B)


      1 <!DOCTYPE html>
      2 <html lang=en>
      3 <head>
      4  <meta charset=utf-8> 
      5  <link href="externalresource2htmlrules.xml" rel="its-rules">
      6  <title>Video element example</title>
      7 </head>
      8 <body>
      9  <p id='1'>
     10  <video
     11    width="640"
     12    height="360"
     13    src="http://www.example.com/video/v2.mp3"
     14    poster="video-image.png">If your browser doesn't support the <code>video</code> element, you can <a href="http://www.example.com/video/v2.mp3">download the video</a> instead.</video>
     15  </p>
     16 </body>
     17 </html>