tor-browser

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

model-novalid.html (203B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4  <meta charset=utf-8>
      5  <title>&lt;dialog&gt;</title>
      6 </head>
      7 <body>
      8 <dialog>
      9 <dt>Foo</dt>
     10 <dt>Bar</dt>
     11 <dd><p>Blah</p></dd>
     12 <dd><p>Bleh</p></dd>
     13 </dialog>
     14 </body>
     15 </html>