summary refs log tree commit diff stats
path: root/index.html
diff options
context:
space:
mode:
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
ref='#n112'>112 113 114 115 116 117 118