Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
9d8230068fc508759615dfb7167dc9afb35994bf
/
.
/
src
/
async_test_web
/
index.html
blob: 5b602628af3e09d846d1a9b02551d2d19cadce6a [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<title>
Hello, world
</title>
<script
src
=
'app.js'
></script>
</head>
<body>
<h1>
Async test...
</h1>
<button
type
=
"button"
onclick
=
"
loadData
()
"
>
Request data
</button>
<div
id
=
"test"
></div>
</body>
</html>