diff options
| -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 |
