diff options
| author | ilotterytea <iltsu@alright.party> | 2025-05-03 01:44:47 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-05-03 01:44:47 +0500 |
| commit | a8272c3db0153aedc5e1641c4b3fc05666c632e4 (patch) | |
| tree | 328fa4e8cea596831206adebcad2e2ec3d511b80 /src/partials.php | |
| parent | 00fd9ddb01e9632992ba21c80c36bb072de9273d (diff) | |
feat: favicon
Diffstat (limited to 'src/partials.php')
| -rw-r--r-- | src/partials.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/partials.php b/src/partials.php index 2314810..07f2636 100644 --- a/src/partials.php +++ b/src/partials.php @@ -1,6 +1,8 @@ <?php function html_navigation_bar() { + include_once "config.php"; + echo '' ?> <section class="navbar"> <a href="/" class="brand" style="color:black;text-decoration:none;"> |
