8 lines
170 B
HTML
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>
|