Skip to content

Commit 5ca1565

Browse files
committed
Update script and stylesheet paths in index.html for fixed structure
1 parent d148896 commit 5ca1565

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
</head>
1212
<body>
1313

14-
<script src="./public/index.js"></script>
14+
<script src="index.js"></script>
1515
<script src="https://cdn.jsdelivr.net/npm/libgif@0.0.3/libgif.js"></script>
16-
<script src="./public/animate-favicon.js"></script>
17-
<link rel="stylesheet" href="./public/index.css">
16+
<script src="animate-favicon.js"></script>
17+
<link rel="stylesheet" href="index.css">
1818
</body>
1919
</html>

0 commit comments

Comments
 (0)