Files
plugin-html/test/multi-entry/fixtures/index.html
2023-05-02 05:05:42 +02:00

12 lines
257 B
HTML

<html>
<head>
</head>
<body>
<div id="root"></div>
<script type="module">
import {bootstrap} from "./app/app.js"
bootstrap(document.getElementById('root'), "<none>");
</script>
</body>
</html>