tor-browser

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

1544995-1-ref.html (371B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <style>
      5  .scene {
      6    transform-style: preserve-3d;
      7  }
      8  .hidden {
      9    backface-visibility: hidden;
     10  }
     11  #inner {
     12    width: 20px;
     13    height: 20px;
     14    box-shadow: rgb(255, 205, 31) 0px 0px 0px 3px;
     15  }
     16 </style>
     17 </head>
     18 <body>
     19 <div class="scene">
     20    <div class="hidden">
     21        <div id="inner">
     22        </div>
     23    </div>
     24 </div
     25 </body>