tor-browser

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

test_page.html (200B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <head>
      4  <meta charset="utf-8">
      5  <title>TabDialogBox Content Modal Test page</title>
      6 </head>
      7 <body onload='alert("Hi");'>
      8  <h1>TabDialogBox Content Modal</h1>
      9 </body>
     10 </html>