tor-browser

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

448996-1.html (545B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <style type="text/css">
      5 
      6 body { font-family: monospace; width: 10ch; outline: 1px solid black; }
      7 div { column-width: 0.4px; column-gap: 3ch; }
      8 b { font-weight: inherit; display: inline-block; }
      9 #r { border: 1px solid red; }
     10 #r:before { content: ""; }
     11 
     12 </style>
     13 
     14 <script type="text/javascript">
     15 
     16 function boom()
     17 {
     18  document.getElementById("r").style.counterReset = "c";
     19 }
     20 </script>
     21 
     22 </head>
     23 
     24 <body onload="boom();"><div>a b c d <span> <b>m</b><span id="r"><b>x</b><span></span></span></span> </div></body>
     25 
     26 </html>