tor-browser

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

noframes-novalid.html (157B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <title>the "noframes" element is obsolete</title>
      5 <meta charset=utf-8>
      6 </head>
      7 <body>
      8 <noframes>baz</noframes>
      9 </body>
     10 </html>