Skip to content

Commit b62fcf5

Browse files
authored
Update index.html
1 parent 60d363f commit b62fcf5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
99
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
1010
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/themes/prism-tomorrow.min.css">
11-
<link rel="stylesheet" href="assets/style.css">
11+
<link rel="stylesheet" href="./assets/style.css">
1212
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/prism.min.js"></script>
1313
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/components/prism-python.min.js"></script>
1414

@@ -78,7 +78,7 @@ <h3>What You'll Learn</h3>
7878
</main>
7979
</div>
8080

81-
<script src="assets/app.js" defer></script>
81+
<script src="./assets/app.js" defer></script>
8282

8383
<footer class="site-footer">
8484
<div class="footer-inner">
@@ -91,4 +91,4 @@ <h3>What You'll Learn</h3>
9191
(function(){ var y=document.getElementById('year'); if(y){ y.textContent=new Date().getFullYear(); } })();
9292
</script>
9393
</body>
94-
</html>
94+
</html>

0 commit comments

Comments
 (0)