whalesong/web-world/examples/tick-tock/index.html
2011-08-23 16:39:27 -04:00

7 lines
154 B
HTML

<html>
<head><title>My simple program</title></head>
<body>
<p>The current counter is: <span id="counter">fill-me-in</span></p>
</body>
</html>