aboutsummaryrefslogtreecommitdiff
path: root/examples/counter/index.html
blob: 9aa89d2748a56fa54319ee691f8f78f272f1dc17 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<!doctype html>
<html lang="en">
  <head>
    <title>Counter example</title>
    <meta charset="UTF-8" />
    <link href="./style.css" rel="stylesheet" />
  </head>
  <body>
    <script async defer src="../../dist/index.js"></script>
  </body>
</html>