tor-browser

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

512631-1.html (431B)


      1 <!DOCTYPE HTML>
      2 <html lang="en">
      3 <head>
      4 <style type="text/css">
      5 html {
      6 color: rgb(10,10,10);
      7 background: rgb(150,150,150);
      8 
      9 font-family:sans-serif;
     10 }
     11 ul {list-style:none;}
     12 a {display:block; float:left; width:100px; height:50px; text-align:center; background: #ccc;}
     13 
     14 </style>
     15 
     16 <title>test</title>
     17 </head>
     18 <body>
     19 <ul>
     20 <li><a href="/">abc</a></li>
     21 <li><a href="/">abc</a></li>
     22 <li><a href="/">abc</a></li>
     23 </ul>
     24 </body>
     25 </html>