blob: 455b827ea52a214c88362fd02a4813ef90980bbd [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>Hello, world</title>
<script src='lib/jquery-1.4.4.js'></script>
<script src='app.js'></script>
</head>
<body>
<input id="count" type="button" value="..."></input>
<input id="close" type="button" value="Close"></input>
<input id="die" type="button" value="Die"></input>
</body>
</html>