summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRikki <i@rikki.moe>2025-04-17 13:34:33 +0800
committerRikki <i@rikki.moe>2025-04-17 13:34:33 +0800
commitaa4f01c2e6adee5eeed4cc9c68bc30c86317d522 (patch)
tree377a48e53d58666f07f25bd69d618bc5922f500a
parent63c4146d7a0bd6c577bd674ea31a196d639ef034 (diff)
use abs path
-rw-r--r--index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/index.html b/index.html
index 19b92e3..162396c 100644
--- a/index.html
+++ b/index.html
@@ -5,8 +5,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css2?family=Fira+Code:wght@500&display=swap"
rel="stylesheet">
- <link href="styles/all.css" rel="stylesheet">
- <link rel="stylesheet" href="styles/main.css">
+ <link href="/styles/all.css" rel="stylesheet">
+ <link rel="stylesheet" href="/styles/main.css">
<title>guest@rikki.moe: ~</title>
</head>
<body>
@@ -25,6 +25,6 @@
</div>
</div>
- <script src="scripts/main.js"></script>
+ <script src="/scripts/main.js"></script>
</body>
</html> \ No newline at end of file