summaryrefslogtreecommitdiff
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 6c4325f..3dc7f46 100644
--- a/index.html
+++ b/index.html
@@ -12,12 +12,12 @@
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
- <link rel="stylesheet" href="/styles/style.css"/>
+ <link rel="stylesheet" href="styles/style.css"/>
<link rel="stylesheet" id="theme"/>
- <script defer="true" src="/scripts/cookie.js"></script>
- <script defer="true" src="/scripts/theme.js"></script>
- <script defer="true" src="/scripts/light-dark.js"></script>
+ <script defer="true" src="scripts/cookie.js"></script>
+ <script defer="true" src="scripts/theme.js"></script>
+ <script defer="true" src="scripts/light-dark.js"></script>
<title>CircleShift</title>
</head>