summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/index.html b/index.html
index 9d7e3bf..9d4c33b 100644
--- a/index.html
+++ b/index.html
@@ -5,14 +5,14 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ComXII</title>
- <link type="text/css" rel="stylesheet" href="/styles/base.css" />
+ <link type="text/css" rel="stylesheet" href="./styles/base.css" />
</head>
<body>
<nav>
<!-- Logo for ComXII -->
<div>
- <a href="/">
- <img id="logo" alt="ComXII Home Page" src="/assets/comxii.svg" />
+ <a href="./">
+ <img id="logo" alt="ComXII Home Page" src="./assets/comxii.svg" />
</a>
</div>