tor-browser

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

target.html (207B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4    <title>Prefetch Target Page</title>
      5 </head>
      6 <body>
      7    <h1>This is a prefetch target page</h1>
      8    <p>This page is used as a target for prefetch testing.</p>
      9 </body>
     10 </html>