whalesong/web-world/examples/field2/index.html
2011-09-12 21:33:57 -04:00

14 lines
297 B
HTML

<html>
<head>
<title>My simple program</title>
</head>
<body>
<h1 id="header">*foo* seconds have elapsed</h1>
<input type="text" id="text-field"/>
<input type="button" id="button" value="Click me"/>
<p>Hello <span id="template">fill-me-in</span>!</p>
</body>
</html>