tor-browser

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

file_srcdoc-2.html (159B)


      1 <!doctype html>
      2 <html>
      3 <!--
      4 https://bugzilla.mozilla.org/show_bug.cgi?id=802895
      5 -->
      6 <body>
      7 <iframe id="iframe" srcdoc="Hello World"></iframe>
      8 </body>
      9 
     10 </html>