tor-browser

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

671799-2.html (219B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <style type="text/css">
      5 @font-face {
      6  font-family: foo;
      7  src: url("http://spaces in hostname/");
      8 }
      9 body {
     10  font-family: foo, monospace;
     11 }
     12 </style>
     13 </head>
     14 <body>
     15 foo bar
     16 </body>
     17 </html>