tor-browser

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

1217833-1-ref.html (258B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <meta charset="utf-8" />
      5 <style>
      6 html, body { overflow:hidden }
      7 div{
      8  background: yellow;
      9  width:150px;
     10  height:50px;
     11  margin: 0 auto;
     12  text-align:right;
     13  color: blue;
     14 }
     15 </style>
     16 </head><body><div>test</div></body></html>