changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > demo / ui/index.html

changeset 21: 1059e7b52e47
parent: e4c9ec452eb6
author: ellis <ellis@rwest.io>
date: Sat, 03 Jun 2023 19:57:46 -0400
permissions: -rw-r--r--
description: cleanup
1 <html>
2  <body>
3  <canvas id="canvas">>/canvas>
4  <script type="module">
5  import init from './pkg/ui.js';
6  init();
7  </script>
8  </body>
9 </html>