tor-browser

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

malformed-uri.html (482B)


      1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
      2 <!-- http://biesi.damowmow.com/object/035.html -->
      3 <html lang="en">
      4 <head>
      5 <title>&lt;object&gt;: Malformed URIs</title>
      6 <style type="text/css">
      7 html, body { width:100%; height:100%; }
      8 #obj { width:100%; height:90%; }
      9 </style>
     10 </head>
     11 <body>
     12 <p id="obj"><object type="application/x-shockwave-flash" data="http://foo bar/pass.swf" width="100" height="100">PASS</object></p>
     13 </body>
     14 </html>