tor-browser

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

template-descendant-head.html (286B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4    <title>Template tag inside head</title>
      5    <link rel="author" title="Aleksei Yu. Semenov" href="mailto:a.semenov@unipro.ru">
      6    <template>
      7        <div>Hello, template</div>
      8    </template>
      9 </head>
     10 <body>
     11    Nothing interesting here
     12 </body>
     13 </html>