summary refs log tree commit diff stats
path: root/index.html
diff options
context:
space:
mode:
authorNoah <mounderfod@gmail.com>2023-05-27 16:15:17 +0100
committerGitHub <noreply@github.com>2023-05-27 16:15:17 +0100
commit64f1f5e4e5e7c18d3334dd4d572e91373a759e4d (patch)
tree394f0c35c7d8f452b71636d4169fca6bffc4120f /index.html
parent13da7557759c17e369cf4f8a905239d1b30ef100 (diff)
downloadmusick-64f1f5e4e5e7c18d3334dd4d572e91373a759e4d.tar.gz
Fix static files
Diffstat (limited to 'index.html')
-rw-r--r--index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/index.html b/index.html
index 9ec37c7..29ccb12 100644
--- a/index.html
+++ b/index.html
@@ -6,9 +6,9 @@
 
     <title>musick</title>
 
-    <link rel="icon" type="image/png" href="/favicon.png" />
-    <link rel="stylesheet" href="/global.css" />
-    <link rel="stylesheet" href="/build/bundle.css" />
+    <link rel="icon" type="image/png" href="https://mounderfod.github.io/musick/favicon.png" />
+    <link rel="stylesheet" href="https://mounderfod.github.io/musick/global.css" />
+    <link rel="stylesheet" href="https://mounderfod.github.io/musick/build/bundle.css" />
 
     <link
       rel="stylesheet"
@@ -20,7 +20,7 @@
       rel="stylesheet"
     />
 
-    <script defer src="/build/bundle.js"></script>
+    <script defer src="https://mounderfod.github.io/musick/build/bundle.js"></script>
   </head>
 
   <body