mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
11 lines
178 B
HTML
11 lines
178 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Svelte App</title>
|
|
<script type="module" src="./index.ts"></script>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
</body>
|
|
</html>
|