tor-browser

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

two-templates.html (382B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4    <title>The file contains two template elements</title>
      5    <link rel="author" title="Aleksei Yu. Semenov" href="mailto:a.semenov@unipro.ru">
      6 </head>
      7 <body>
      8    <template id="template1">
      9        <div>Hello, template</div>
     10    </template>
     11 
     12    <template id="template2">
     13        <div>Hello, from second template</div>
     14    </template>
     15 
     16 </body>
     17 </html>