Well-formed HTML for counter

db4
Slava Pestov 2009-01-12 16:18:08 -06:00
parent daab5e4ac8
commit cbb91284c9
1 changed files with 2 additions and 1 deletions

View File

@ -2,12 +2,13 @@
<t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
<html>
<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>
</html>
</t:chloe>