tor-browser

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

genericPage.html (384B)


      1 <!doctype html>
      2 <html>
      3  <head>
      4    <meta charset="UTF-8" />
      5    <!-- random words that should not end up on disk -->
      6    <title>GenericPage</title>
      7  </head>
      8  <body>
      9    <h1 id="header">focus test page</h1>
     10    <!-- More random words that should not end up on disk -->
     11    <p>groovy rabbits</p>
     12    <p>
     13      <a href="/resources/pdfFile.pdf">PDF file</a>
     14    </p>
     15  </body>
     16 </html>