tor-browser

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

1097437-1.html (189B)


      1 <!DOCTYPE html>
      2 <style>
      3 body { background-color: white; }
      4 #outer
      5 {
      6  width: 100px; height: 100px;
      7  border: 1px solid black;
      8 }
      9 </style>
     10 </head>
     11 <body>
     12 <div id="outer"></div>
     13 </body>
     14 </html>