summaryrefslogtreecommitdiff
path: root/comic/viewer.html
diff options
context:
space:
mode:
Diffstat (limited to 'comic/viewer.html')
-rw-r--r--comic/viewer.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/comic/viewer.html b/comic/viewer.html
index 33d81f9..75ffcb5 100644
--- a/comic/viewer.html
+++ b/comic/viewer.html
@@ -5,14 +5,14 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Comic Viewer</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 id="comic-link" href="/">
- <img id="logo" alt="Comic Index" src="/assets/comxii.svg" />
+ <a href="../">
+ <img id="logo" alt="ComXII Home Page" src="../assets/comxii.svg" />
</a>
</div>
@@ -35,6 +35,6 @@
(C) ComXII 2026
</footer>
- <script src="/scripts/viewer.js"></script>
+ <script src="../scripts/viewer.js"></script>
</body>
</html> \ No newline at end of file