tor-browser

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

1352453.html (499B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <style>
      5      tr {
      6        font: medium / 1000 cursive;
      7      }
      8 
      9      :only-of-type {
     10        border-image: repeating-linear-gradient(45deg, blue, red) space 1% / 1pt auto;
     11      }
     12    </style>
     13    <script>
     14      o1 = document.createElement('tr');
     15      o2 = document.createElement('th');
     16      o3 = document.createElement('rt');
     17      document.documentElement.appendChild(o1);
     18      o1.appendChild(o2);
     19      o2.appendChild(o3);
     20    </script>
     21  </head>
     22 </html>