svelte-helper

This commit is contained in:
2025-06-06 15:04:57 -07:00
parent 20a7c2ee08
commit 0d2490199e
42 changed files with 14564 additions and 0 deletions

16
svelte-helper/index.html Normal file
View File

@ -0,0 +1,16 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + Svelte</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>