Major rewrite to more like hand coded (work in progress)

This commit is contained in:
2025-01-09 11:01:15 +00:00
parent f21a1892f6
commit fe1bcf18a1
4 changed files with 660 additions and 947 deletions
+9 -6
View File
@@ -1,14 +1,17 @@
<!DOCTYPE html>
<html lang="en">
<head>
<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>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
<script type="module" src="/src/main.js"></script>
</body>
</html>