whalesong/examples/cs019/tick-tock/index.html
2011-10-04 14:28:24 -04:00

8 lines
170 B
HTML

<!DOCTYPE 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>