14 lines
297 B
HTML
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>
|