]> gitweb.factorcode.org Git - factor.git/blob - extra/webapps/counter/counter.xml
chloe/html: switch to HTML5 templates
[factor.git] / extra / webapps / counter / counter.xml
1 <?xml version='1.0' ?>
2 <!DOCTYPE html>
3 <t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
4 <html>
5         <body>
6                 <h1><t:label t:name="counter" /></h1>
7
8                 <t:button t:action="$counter-app/inc">++</t:button>
9                 <t:button t:action="$counter-app/dec">--</t:button>
10         </body>
11 </html>
12
13 </t:chloe>