tor-browser

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

1264396-1.html (200B)


      1 <!DOCTYPE html>
      2 <html>
      3 <meta charset="utf-8" />
      4 <style>
      5 @keyframes bug {
      6  from {display:none}
      7  to {display:inline-block}
      8 }
      9 body {
     10  animation-name: bug;
     11  animation-duration: 1s;
     12 }
     13 </style>
     14 </html>