tor-browser

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

file_bug1135764.xsl (372B)


      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
      3 
      4 <xsl:output method="html"
      5            indent="yes"
      6            version="5.0"
      7            doctype-system="about:legacy-compat"/>
      8 
      9 <xsl:template match="/">
     10 <html>
     11 <head>
     12 </head>
     13  <body>
     14    Some text
     15  </body>
     16 </html>
     17 </xsl:template>
     18 
     19 </xsl:stylesheet>