Austin Schuh | 24adb6b | 2015-09-06 17:37:40 -0700 | [diff] [blame] | 1 | <!DOCTYPE html> |
| 2 | <html> |
| 3 | <head> |
| 4 | <title>Hello, world</title> |
Austin Schuh | 9d82300 | 2019-04-14 12:53:17 -0700 | [diff] [blame^] | 5 | <script src='lib/jquery.min.js'></script> |
Austin Schuh | 24adb6b | 2015-09-06 17:37:40 -0700 | [diff] [blame] | 6 | <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 | |