tor-browser

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

1278463-1.html (206B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <style>
      5 
      6 @keyframes c {
      7     50% {
      8         stroke-dasharray: context-value;
      9     }
     10 }
     11 
     12 div {
     13     animation-name: c;
     14 }
     15 
     16 </style>
     17 </head>
     18 <body>
     19 <div></div>
     20 </body>
     21 </html>