tor-browser

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

filter-html-dynamic-01-ref.xhtml (437B)


      1 <!--
      2     Any copyright is dedicated to the Public Domain.
      3     http://creativecommons.org/publicdomain/zero/1.0/
      4 -->
      5 <html xmlns="http://www.w3.org/1999/xhtml"
      6      xmlns:svg="http://www.w3.org/2000/svg">
      7 <head>
      8 <style>
      9  div{
     10    left: 10px;
     11    top: 10px;
     12    position: absolute;
     13    width : 100px;
     14    height : 100px;
     15    margin : 10px;
     16    background : lime;
     17  }
     18 </style>
     19 </head>
     20 <body style="margin:0">
     21 <div></div>
     22 </body>
     23 </html>