Austin Schuh | 9d82300 | 2019-04-14 12:53:17 -0700 | [diff] [blame^] | 1 | <!DOCTYPE html> |
2 | <html> | ||||
3 | <head> | ||||
4 | <title>Hello, world</title> | ||||
5 | <script src='app.js'></script> | ||||
6 | </head> | ||||
7 | <body> | ||||
8 | <h1>Async test...</h1> | ||||
9 | <button type="button" onclick="loadData()">Request data</button> | ||||
10 | <div id="test"></div> | ||||
11 | </body> | ||||
12 | </html> |