blob: 263efef6b4f81194b042995c8353d514fec8d63d [file] [log] [blame]
Austin Schuh24adb6b2015-09-06 17:37:40 -07001<!DOCTYPE html>
2<html>
3 <head>
4 <title>Hello, world</title>
Austin Schuh9d823002019-04-14 12:53:17 -07005 <script src='lib/jquery.min.js'></script>
Austin Schuh24adb6b2015-09-06 17:37:40 -07006 <script src='app.js'></script>
7 </head>
8 <body>
9 <input id="count" type="button" value="..."></input>
10 <input id="close" type="button" value="Close"></input>
11 <input id="die" type="button" value="Die"></input>
12 </body>
13</html>
14