tor-browser

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

1618564.html (288B)


      1 <!doctype html>
      2 <style>
      3  * {
      4      border-image-source: url(solidblue.gif);
      5  }
      6 </style>
      7 <script>
      8  window.addEventListener('load', () => {
      9    const mtd = document.createElementNS('http://www.w3.org/1998/Math/MathML', 'mtd')
     10    document.documentElement.appendChild(mtd)
     11  })
     12 </script>