factor/extra/webapps/counter/counter.xml

15 lines
270 B
XML
Raw Normal View History

2008-05-26 01:47:27 -04:00
<?xml version='1.0' ?>
<t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
2009-01-12 17:18:08 -05:00
<html>
2008-05-26 01:47:27 -04:00
<body>
<h1><t:label t:name="counter" /></h1>
<t:button t:action="$counter-app/inc">++</t:button>
<t:button t:action="$counter-app/dec">--</t:button>
</body>
2009-01-12 17:18:08 -05:00
</html>
2008-05-26 01:47:27 -04:00
</t:chloe>