partey_workadventure/desktop/test-app/index.html

13 lines
322 B
HTML
Raw Normal View History

2022-02-17 19:48:08 +01:00
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>WorkAdventure Desktop Demo</title>
</head>
<body>
<div id="demo">Hello World!</div>
<button id="btn-reload">Refresh</button>
<button id="btn-api">Call api</button>
<script src="./web.js" lang="javascript"></script>
</body>
</html>