aboutsummaryrefslogtreecommitdiff
path: root/example/index.html
blob: 828b35b7e85ce6ee22fce9864580ea43138b0841 (plain)
1
2
3
4
5
6
7
8
<html>

<body>
  <div id="app"></div>
  <script type="module" src="./index.js"></script>
</body>

</html>