tor-browser

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

blank-page-green-with-onunload.html (337B)


      1 <!DOCTYPE HTML>
      2 <html>
      3    <head>
      4        <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
      5        <title>Green Test Page</title>
      6    </head>
      7    <!-- use onunload to ensure this does not trigger bfcache -->
      8    <body style="background-color:#00FF00;" onunload="1;">
      9        <h1>Placeholder</h1>
     10    </body>
     11 </html>