diff options
| author | kj-sh604 | 2024-09-07 01:51:10 -0400 |
|---|---|---|
| committer | kj-sh604 | 2024-09-07 01:51:10 -0400 |
| commit | 78e60b2d13b68c79f59ea79696c7dbc6a5cd2eb4 (patch) | |
| tree | 25f04a13ce065186f043e89c52b922c0d843aece /includes/nav-header.php | |
| parent | ae127841eb9e45878331200fb3868bc7a65ef68d (diff) | |
refactor: match footer styling with header
also updated anchor links
Diffstat (limited to 'includes/nav-header.php')
| -rw-r--r-- | includes/nav-header.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/nav-header.php b/includes/nav-header.php index 0f8fc8b..03a1b9f 100644 --- a/includes/nav-header.php +++ b/includes/nav-header.php @@ -1,6 +1,6 @@ <div class="centered"> <h2> - <a style="text-decoration: none;" href="../index.php">🏠 home</a> + <a style="text-decoration: none;" href="../">🏠 home</a> <a style="text-decoration: none;" href="../info.php">🗂️ info</a> <a style="text-decoration: none;" href="../licenses.php">⚖️ licenses</a> </h2> |
