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 /public/emotes | |
| parent | 00fd9ddb01e9632992ba21c80c36bb072de9273d (diff) | |
feat: favicon
Diffstat (limited to 'public/emotes')
| -rw-r--r-- | public/emotes/index.php | 1 | ||||
| -rw-r--r-- | public/emotes/upload.php | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/public/emotes/index.php b/public/emotes/index.php index 3c165be..2013f9b 100644 --- a/public/emotes/index.php +++ b/public/emotes/index.php @@ -157,6 +157,7 @@ if (CLIENT_REQUIRES_JSON) { echo (empty($emotes) ? "Emote " . $emote->get_code() : "Emotes") . ' - ' . INSTANCE_NAME ?></title> <link rel="stylesheet" href="/static/style.css"> + <link rel="shortcut icon" href="/static/favicon.ico" type="image/x-icon"> </head> <body> diff --git a/public/emotes/upload.php b/public/emotes/upload.php index fc8de71..137e29b 100644 --- a/public/emotes/upload.php +++ b/public/emotes/upload.php @@ -50,6 +50,7 @@ if ($_SERVER['REQUEST_METHOD'] != "POST") { <head> <title>Upload an emote - <?php echo INSTANCE_NAME ?></title> <link rel="stylesheet" href="/static/style.css"> + <link rel="shortcut icon" href="/static/favicon.ico" type="image/x-icon"> </head> <body> |
