]> git repositories - palindrome-checker.git/commitdiff
fixed the file path for favicon
authorbocharudo <hello@tenkyuu.dev>
Mon, 18 Nov 2024 23:17:19 +0000 (07:17 +0800)
committerbocharudo <hello@tenkyuu.dev>
Mon, 18 Nov 2024 23:17:19 +0000 (07:17 +0800)
index.html

index 0aa8d4b4ad531ea84349a9fb6268ada4527dfd44..ce49ce44c6e87c3009f6de3980306a7f88a8c34f 100644 (file)
@@ -9,7 +9,7 @@
   <title>Palindrome Checker by Bocharudo</title>
 
   <!-- Favicon -->
-  <link rel="icon" type="image/ico" href="assets/icons/favicon.ico">
+  <link rel="icon" type="image/ico" href="/assets/icons/favicon.ico">
 
   <!-- Stylesheet -->
   <link rel="stylesheet" href="styles.css">