summaryrefslogtreecommitdiff
path: root/examples/calculator/index.html
blob: 94b50e6651909b66e66eecb21ceeddae1ddc5235 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<!doctype html>
<html lang="en">
  <head>
    <title>Calculator</title>
    <link href="./style.css" rel="stylesheet" />
  </head>
  <body>
    <script async defer src="../../dist/renderer/index.js"></script>
  </body>
</html>