Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangqingliu88 authored Dec 15, 2024
1 parent cacb13e commit 2b778fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<link rel="icon" href="./favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
Expand All @@ -20,7 +20,7 @@
<div class="loader"></div>
</div>
</body>
<script type="module" src="/src/main.ts"></script>
<script type="module" src="./src/main.ts"></script>

<style>
html,
Expand Down

0 comments on commit 2b778fa

Please sign in to comment.