start of svelte+vite theme app with tailwind installed and a few files removed

This commit is contained in:
2024-04-18 09:29:11 -05:00
parent 6e21557351
commit f1e3e98fb9
15 changed files with 2927 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + Svelte + TS</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>