]> gitweb.factorcode.org Git - factor.git/blob - extra/webapps/counter/counter.xml
Merge branch 'master' into experimental (untested!)
[factor.git] / extra / webapps / counter / counter.xml
1 <?xml version='1.0' ?>
2
3 <t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
4
5
6         <body>
7                 <h1><t:label t:name="counter" /></h1>
8
9                 <t:button t:action="$counter-app/inc">++</t:button>
10                 <t:button t:action="$counter-app/dec">--</t:button>
11         </body>
12
13 </t:chloe>