diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-03-22 23:22:32 +0100 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-03-22 23:22:32 +0100 |
| commit | afb31ce20a05f62e09cf283a2ab38f7313833b89 (patch) | |
| tree | 6325b0e34fe36a92de46e6081d7c4c153b1343b6 | |
| parent | 3b55f8e15a77ae617c8d83df5abe1fe046bab565 (diff) | |
Updated links to stylesheet and js background in blog.php
| -rw-r--r-- | src/Pages/blog/blog.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Pages/blog/blog.php b/src/Pages/blog/blog.php index f944c2e..4214a2a 100644 --- a/src/Pages/blog/blog.php +++ b/src/Pages/blog/blog.php @@ -67,7 +67,7 @@ if (!$postParam) { <head> <meta charset="UTF-8"> <title><?= htmlspecialchars($title) ?></title> -<link rel="stylesheet" href="../style.css"> +<link rel="stylesheet" href="../../Style/style.css"> <style> /* Blog-specific tweaks */ .blog-content { @@ -104,6 +104,6 @@ if (!$postParam) { <p>© 256phi | 2026 | <a href="/home">Home</a></p> </footer> </div> -<script type="module" src="../main.js"></script> +<script type="module" src="../../Background/main.js"></script> </body> </html> |
