tor-browser

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

686190-1.html (225B)


      1 <!DOCTYPE html>
      2 <head>
      3 <style type="text/css">
      4 @font-face {
      5  font-family: foo;
      6  src: url(Prototype.ttf);
      7 }
      8 body {
      9  font-family: foo;
     10  font-size: 2000px;
     11  font-weight: 900;
     12 }
     13 </style>
     14 </head>
     15 <body>
     16 xyzzy
     17 </body>
     18 </html>