changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > demo / src/crates/ui/index.html

changeset 22: ba323d8c0f93
parent: ui/index.html@e4c9ec452eb6
author: ellis <ellis@rwest.io>
date: Sat, 03 Jun 2023 22:48:46 -0400
permissions: -rw-r--r--
description: refactor1
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>