mirror of https://github.com/tildeclub/site.git
Restore stylesheet path to root url
This commit is contained in:
parent
79859e0037
commit
96a40f437c
|
@ -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"; ?>
|
||||
|
|
Loading…
Reference in New Issue