This commit is contained in:
2025-02-14 18:05:52 -05:00
parent ef372f34b2
commit 80cba8ded1
4 changed files with 119 additions and 7 deletions
+3 -4
View File
@@ -4,10 +4,9 @@
<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 + TS</title>
<title>Rana</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
<body id="app">
</body>
<script type="module" src="/src/main.ts"></script>
</html>