add ipc and test app
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user