tor-browser

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

context_menu_audio.html (425B)


      1 <!doctype html>
      2 <html>
      3  <head>
      4    <meta charset="utf-8" content="width=device-width, height=device-height" />
      5    <title>Context Menu Test Audio</title>
      6  </head>
      7  <style>
      8    body {
      9      margin: 0;
     10    }
     11  </style>
     12  <body>
     13    <div class="center-audio">
     14      <audio controls src="audio/owl.mp3">
     15        Your browser does not support the
     16        <code>audio</code> element.
     17      </audio>
     18    </div>
     19  </body>
     20 </html>