diff options
| author | kj-sh604 | 2024-08-08 18:45:42 -0400 |
|---|---|---|
| committer | kj-sh604 | 2024-08-08 18:45:42 -0400 |
| commit | 12430221001cecb92fd1fb4fce7b3baf91d7ba01 (patch) | |
| tree | f975393e7945ccd3b974c544ea3cddf4e50f71d4 /includes | |
| parent | 810ecfd58949e892c37134073e4fb490946354a8 (diff) | |
refactor: design improvments and fixes
Diffstat (limited to 'includes')
| -rw-r--r-- | includes/nav-header.php | 6 | ||||
| -rw-r--r-- | includes/procrastislides-banner.php | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/includes/nav-header.php b/includes/nav-header.php index 3f2b97a..0f8fc8b 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="../index.php">🏠 home</a> - <a style="text-decoration: none;" href="../info.php">🗂️ info</a> - <a style="text-decoration: none;" href="../licenses.php">⚖️ licenses</a> + <a style="text-decoration: none;" href="../index.php">🏠 home</a> + <a style="text-decoration: none;" href="../info.php">🗂️ info</a> + <a style="text-decoration: none;" href="../licenses.php">⚖️ licenses</a> </h2> <hr> diff --git a/includes/procrastislides-banner.php b/includes/procrastislides-banner.php index e69a821..980852e 100644 --- a/includes/procrastislides-banner.php +++ b/includes/procrastislides-banner.php @@ -1,4 +1,4 @@ <div class=banner> - <h1>📑 procrastiSlides v0.02 p2 🎬</h1> + <h1>📑 procrastiSlides v0.02 p3 🎬</h1> <hr /> </div> |
