tor-browser

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

html_slow-requests-test-page.html (440B)


      1 <!-- Any copyright is dedicated to the Public Domain.
      2     http://creativecommons.org/publicdomain/zero/1.0/ -->
      3 
      4     <!doctype HTML>
      5     <html>
      6       <head>
      7         <meta charset="utf-8"/>
      8         <title>Slow Network Requests Test Page</title>
      9       </head>
     10       <body>
     11         <h1>Slow Network Requests Test Page</h1>
     12         <script type="text/javascript" src="sjs_slow-script-server.sjs"></script>
     13       </body>
     14     </html>