tor-browser

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

animation-common-ref.html (228B)


      1 <!doctype html>
      2 <html>
      3 <meta charset="utf-8">
      4 <link rel="author" title="Brian Birtles" href="mailto:bbirtles@mozilla.com">
      5 <style>
      6 div {
      7  width: 100px;
      8  height: 100px;
      9  background-color: green;
     10 }
     11 </style>
     12 <div></div>
     13 </html>