Merge branch 'master' of git://factorcode.org/git/factor
[factor/jcg.git] / extra / webapps / counter / counter.xml
blob88154438f12718da3d3ec0194282e02886d428f3
1 <?xml version='1.0' ?>
3 <t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
5 <html>
6         <body>
7                 <h1><t:label t:name="counter" /></h1>
9                 <t:button t:action="$counter-app/inc">++</t:button>
10                 <t:button t:action="$counter-app/dec">--</t:button>
11         </body>
12 </html>
14 </t:chloe>