tor-browser

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

nested-footer-novalid.html (168B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <meta charset=utf-8>
      5 <title>"header" with "footer" descendant</title>
      6 </head>
      7 <body>
      8 <header>
      9 <footer></footer>
     10 </header>
     11 </body>
     12 </html>