diff options
| author | kj-sh604 | 2025-03-23 14:41:12 -0400 |
|---|---|---|
| committer | kj-sh604 | 2025-03-23 14:41:12 -0400 |
| commit | 4cbcd9761a70394b918dcb6563d72aca37d9624d (patch) | |
| tree | 169c46a800dbb988005314164045ddabf6b45308 /includes | |
| parent | 5a6a541999a80b20238fc851f0add0f7571ab2f8 (diff) | |
refactor: more brutalist elements
Diffstat (limited to '')
| -rw-r--r-- | includes/nav-header.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/includes/nav-header.php b/includes/nav-header.php index 03a1b9f..7b95147 100644 --- a/includes/nav-header.php +++ b/includes/nav-header.php @@ -1,8 +1,8 @@ <div class="centered"> <h2> - <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> + 🏠 <a href="../">home</a> + 🗂️ <a href="../info.php">info</a> + ⚖️ <a href="../licenses.php">licenses</a> </h2> <hr> |
