svelte-helper

This commit is contained in:
2025-06-06 14:02:41 -07:00
parent d87502a95e
commit a4f696bb9a
66 changed files with 16389 additions and 9297 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>