diff options
Diffstat (limited to 'public/index.php')
| -rw-r--r-- | public/index.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/public/index.php b/public/index.php index a826d90..9cb267b 100644 --- a/public/index.php +++ b/public/index.php @@ -13,7 +13,7 @@ if (strlen($url['path']) > 2 && str_starts_with($url['path'], '/!')) { <html> <head> - <title>The Tinybot Project</title> + <title><?= BOT_USERNAME_FORMATTED ?></title> <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> <link rel="stylesheet" href="/static/style.css"> <link rel="shortcut icon" href="/static/favicon.ico" type="image/x-icon"> @@ -31,13 +31,13 @@ if (strlen($url['path']) > 2 && str_starts_with($url['path'], '/!')) { style="border-top-left-radius:4px;border-bottom-left-radius:4px;"> </div> <div class="column justify-end gap-8 p-16"> - <h1 class="self-end text-right">Enhance your chat with the bot</h1> + <h1 class="self-end text-right">Enhance your chat with <?= BOT_USERNAME_FORMATTED ?></h1> <p class="self-end text-right"> A multi-utility Twitch chat bot that brings<br> a lot of functionality into your chat. </p> <a href="/!join" class="self-end"> - <button>Get the bot</button> + <button>Get the bot today!</button> </a> </div> </section> |
