new-tree-system/index.html
Seth Trowbridge 7b1bece42b setup
2022-12-06 15:53:12 -05:00

4 lines
231 B
HTML

<script type="importmap-shim" src="./deno.map.json"></script>
<script async src="https://unpkg.com/es-module-shims@0.13.1/dist/es-module-shims.min.js"></script>
<div id="app"></div>
<script type="module-shim">import "app";</script>