tor-browser

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

insert-into-split-inline-6-noib-ref.html (342B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4  <style>
      5   body > span { border: 3px solid blue }
      6   .notstart { border-left: none; }
      7   .notend { border-right: none; }
      8  </style>
      9 </head>
     10 <body>
     11   <span class="notend"></span>
     12   <div>One</div>
     13   <span class="notstart notend"></span>
     14   <div>Two</div>
     15   <span class="notstart"></span>
     16 </body>
     17 </html>