tor-browser

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

1322382-1.html (250B)


      1 <!DOCTYPE html>
      2 <style>
      3 details {
      4  background-color: blue;
      5  width: 100px;
      6  height: 100px;
      7 }
      8 </style>
      9 <html>
     10 <details id=o1><div></div></details>
     11 <script>
     12 window.onload = function(){
     13  o1.animate([{'transform': 'none'}], 100);
     14 };
     15 </script>
     16 </html>