esbuild-wasm-bundler/test/index.html

10 lines
142 B
HTML
Raw Permalink Normal View History

2024-06-03 16:12:38 -04:00
<html>
<head>
</head>
<body>
<div id="app"></div>
2024-06-10 22:51:23 -04:00
</body>
<script src="/app.tsx" type="module"></script>
2024-06-03 16:12:38 -04:00
</html>