Fix broken internal links across site

This commit is contained in:
Peter Foster
2026-03-02 11:44:06 +00:00
parent b257ceb3a4
commit 4fcb16bd89
16 changed files with 38 additions and 37 deletions

View File

@@ -71,7 +71,7 @@ http_response_code(403);
opacity: 0.8;
}
</style>
<link rel="stylesheet" href="/css/main.css?v=20260222">
<link rel="stylesheet" href="/assets/css/main.css?v=20260222">
</head>
<body>
<?php include($_SERVER["DOCUMENT_ROOT"] . "/includes/nav.php"); ?>