Skip to content

Commit

Permalink
next 5 version
Browse files Browse the repository at this point in the history
  • Loading branch information
m2a2x committed Nov 29, 2024
1 parent a8927cc commit aa26a0b
Show file tree
Hide file tree
Showing 12 changed files with 1,717 additions and 1,449 deletions.
8 changes: 1 addition & 7 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,9 @@
<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>
<style type="text/css">
html, body, #app {
height: 100%;
padding: 0;
}
</style>
</head>
<body>
<div id="app"></div>
<script type="module" src="./src/main.ts"></script>
<script type="module" src="/src/main.ts"></script>
</body>
</html>
Loading

0 comments on commit aa26a0b

Please sign in to comment.