]> gitweb.factorcode.org Git - factor.git/blob - extra/webapps/help/help.xml
webapps.help: actually, lets use <base>
[factor.git] / extra / webapps / help / help.xml
1 <?xml version='1.0' ?>
2 <!DOCTYPE html>
3 <html xmlns="http://www.w3.org/1999/xhtml">
4
5     <t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
6
7         <head>
8             <meta name="viewport" content="width=device-width, initial-scale=1" />
9
10             <t:base t:href="$help-webapp/content/" />
11
12             <t:write-title />
13
14             <t:style t:include="resource:basis/help/html/stylesheet.css" />
15
16             <t:write-style />
17
18             <t:write-script />
19
20             <t:write-atom />
21         </head>
22
23         <body>
24
25             <div id="container">
26             <t:call-next-template />
27             </div>
28
29         </body>
30
31     </t:chloe>
32
33 </html>