Restore stylesheet path to root url

This commit is contained in:
litemotiv 2025-01-20 02:38:01 +01:00
parent 79859e0037
commit 96a40f437c
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
<link rel="preload" href="/images/rss.png" as="image">
<!-- Load the CSS file -->
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="/style.css">
</head>
<body>
<?php include "nav.html"; ?>