changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > demo / ui/index.html

changeset 17: e4c9ec452eb6
author: ellis <ellis@rwest.io>
date: Sat, 27 May 2023 21:07:55 -0400
permissions: -rw-r--r--
description: ui work
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>