tor-browser

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

audioMediaPage.html (298B)


      1 <html>
      2  <head>
      3    <title>Audio_Test_Page</title>
      4  </head>
      5  <body>
      6    <p id="testContent">Page content: audio player</p>
      7    <div class="audioPlayer">
      8      <audio id="audioSample" controls loop>
      9        <source src="../resources/audioSample.mp3" />
     10      </audio>
     11    </div>
     12  </body>
     13 </html>