new-tree-system/index.html

7 lines
333 B
HTML
Raw Permalink Normal View History

2022-12-09 10:44:38 -05:00
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<!---->
2022-12-06 15:53:12 -05:00
<div id="app"></div>
2022-12-09 10:32:55 -05:00
<script type="importmap-shim" src="./deno.map.json"></script>
<script type="module-shim">import "app";</script>
<script async src="https://unpkg.com/es-module-shims@0.13.1/dist/es-module-shims.min.js"></script>