tor-browser

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

400190.html (432B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <style>
      5 
      6 body {
      7  position: fixed;
      8  font-family: monospace;
      9  column-width: 10px;
     10  border: 2px solid #aaa;
     11 }
     12 
     13 #padded {
     14  padding-top: 40px;
     15  padding-bottom: 40px;
     16 }
     17 
     18 #x {
     19  position: absolute;
     20  top: 0;
     21  left: 0;
     22  margin-top: 20px;
     23  margin-bottom: 20px;
     24 }
     25 
     26 </style>
     27 </head>
     28 
     29 <body>
     30 
     31 <div id="padded"></div>
     32 
     33 <div id="x">
     34 
     35 x
     36 x
     37 x
     38 x
     39 x
     40 x
     41 x
     42 x
     43 x
     44 x
     45 x
     46 x
     47 x
     48 x
     49 x
     50 x
     51 x
     52 x
     53 x
     54 x
     55 x
     56 x
     57 x
     58 x
     59 
     60 </div>
     61 
     62 </body>
     63 </html>