factor/extra/webapps/counter/counter.fhtml

11 lines
219 B
Plaintext

<% USING: io math.parser http.server.sessions webapps.counter ; %>
<html>
<body>
<h1><% count sget number>string write %></h1>
<a href="inc">++</a>
<a href="dec">--</a>
</body>
</html>