tor-browser

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

xhtml.1 (223B)


      1 <html xmlns="http://www.w3.org/1999/xhtml">
      2 <head>
      3  <title>Test</title>
      4 </head>
      5 <body>
      6  <p> <strong> XHTML Test </strong> </p>
      7  <script type="text/javascript">
      8   parent.notify("xhtml.1")
      9  </script>
     10 </body>
     11 </html>