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