blob: 5b602628af3e09d846d1a9b02551d2d19cadce6a [file] [log] [blame]
Austin Schuh9d823002019-04-14 12:53:17 -07001<!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>