tor-browser

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

001-novalid.xhtml (201B)


      1 <html xmlns="http://www.w3.org/1999/xhtml">
      2 <head>
      3  <title>&lt;dialog&gt;</title>
      4 </head>
      5 <body>
      6 <dialog>
      7 <dt>Foo</dt>
      8 <dt>Bar</dt>
      9 <dd><p>Blah</p></dd>
     10 <dd><p>Bleh</p></dd>
     11 </dialog>
     12 </body>
     13 </html>