tor-browser

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

1356601-1.html (248B)


      1 <!doctype html>
      2 <html>
      3 <style>
      4 div::first-line {
      5  --bar: left;
      6 }
      7 span {
      8  animation: var(--bar) 5s infinite alternate;
      9 }
     10 @keyframes left {
     11  from {left: 0;}
     12  to {left: 30px;}
     13 }
     14 </style>
     15 <div>
     16  <span>Crash</span>
     17 </div>
     18 </html>