tor-browser

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

1699890.html (222B)


      1 <!DOCTYPE html>
      2 <html>
      3 <style>
      4 @keyframes anim {
      5  from { background-color: rgba(0, 0, 0, 0); }
      6  to { background-color: rgba(255, 0, 0, 255); }
      7 }
      8 body {
      9  animation: anim 100s;
     10  width: 100vw;
     11  height: 100vh;
     12 }
     13 </style>