diff options
| author | Rikki <i@rikki.moe> | 2025-04-17 13:34:33 +0800 |
|---|---|---|
| committer | Rikki <i@rikki.moe> | 2025-04-17 13:34:33 +0800 |
| commit | aa4f01c2e6adee5eeed4cc9c68bc30c86317d522 (patch) | |
| tree | 377a48e53d58666f07f25bd69d618bc5922f500a | |
| parent | 63c4146d7a0bd6c577bd674ea31a196d639ef034 (diff) | |
use abs path
| -rw-r--r-- | index.html | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |
