tor-browser

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

1161752-3-embed.html (459B)


      1 <!DOCTYPE html>
      2 <html dir="ltr">
      3 <head>
      4  <meta charset="utf-8">
      5  <title></title>
      6 
      7  <style type="text/css">
      8 
      9  div
     10    {
     11      background-color: green;
     12      border-left: green none 0px;
     13      border-right: green none 0px;
     14      height: 50px;
     15      left: 20%;
     16      margin-left: 0px;
     17      margin-right: 0px;
     18      position: absolute;
     19      right: 20%;
     20      top: 0px;
     21      width: 20%;
     22    }
     23 
     24  </style>
     25 </head>
     26 
     27 <body>
     28 
     29  <div></div>
     30 
     31 </body>
     32 </html>