blob: 7ad4e6da1034792c6d2b8dd776b3943cefc6f356 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>demo page</title>
<script type="module" src="js/main.js"></script>
</head>
<body>
<div class="buttonlist">
<button onclick="api.msg.send.helloWorld()">Hello World!</button>
</div>
</body>
</html>
|