tor-browser

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

1507196.html (702B)


      1 <html>
      2 
      3 <head>
      4  <style class="">
      5    * {
      6      border-block-start-style: ridge;
      7      margin-block-end: calc(27914%) !important;
      8      float: left;
      9      margin-inline-start: 3em;
     10      column-width: 15px
     11    }
     12 
     13    HTML {
     14      width: calc(25px* 3);
     15      font: condensed bold italic small-caps 19769px/calc(1 + 2*188/4) Times New Roman, serif ! important;
     16      height: calc(153%) !important;
     17    }
     18  </style>
     19  <script>
     20    function start() {
     21      o1 = document.createElementNS('http://www.w3.org/1999/xhtml', 'c')
     22      document.documentElement.appendChild(o1)
     23      o1.scrollTop = 100
     24      o1.dir = ''
     25    }
     26    document.addEventListener('DOMContentLoaded', start)
     27  </script>
     28 </head>
     29 
     30 </html>