Files
component-party/content/7-webapp-features/1-render-app/svelte5/index.html
2023-09-21 06:12:43 +02:00

8 lines
126 B
HTML

<!doctype html>
<html>
<body>
<div id="app"></div>
<script type="module" src="./app.js"></script>
</body>
</html>