Skip to content

Commit

Permalink
fixed setup
Browse files Browse the repository at this point in the history
  • Loading branch information
nonblocking committed Feb 5, 2025
1 parent 551b6c0 commit 382494a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Svelte app</title>
<link rel="stylesheet" href="style.css">
<script src="bundle.js"></script>
</head>
<body>
<script src="bundle.js"></script>
<script>
document.addEventListener('DOMContentLoaded', function() {
window.startSvelteDemoApp(document.body, {
Expand Down

0 comments on commit 382494a

Please sign in to comment.