Playing with Svelte

This commit is contained in:
2025-08-16 20:52:33 -07:00
parent 78a727519a
commit 5796663486
9 changed files with 368 additions and 58 deletions
+12
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>Story Editor</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/app.ts"></script>
</body>
</html>