diff options
| author | ilotterytea <iltsu@alright.party> | 2025-04-20 03:35:39 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-04-20 03:35:39 +0500 |
| commit | 16673ae810cb8f84b98187370c87d5ee2fff481d (patch) | |
| tree | 93931295f2f6ee10d2fa8ce0446ae11288ae654d /src/partials.php | |
| parent | cb345c3415b6a09a12b794904bbd85ef7c67af7e (diff) | |
feat: new main page
Diffstat (limited to 'src/partials.php')
| -rw-r--r-- | src/partials.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/partials.php b/src/partials.php index c5170af..97bd1f4 100644 --- a/src/partials.php +++ b/src/partials.php @@ -3,7 +3,10 @@ function html_navigation_bar() { echo '' ?> <section class="navbar"> - <h1>AlrightTV</h1> + <a href="/" class="brand" style="color:black;text-decoration:none;"> + <img src="/static/img/brand/mini.webp" alt=""> + <h2 style="margin-left:8px;font-size:24px;"><b><?php echo "alright.party" ?></b></h2> + </a> <div class="links"> <a href="/emotes" class="button">Emotes</a> <a href="/emotes/upload.php" class="button">Upload</a> |
