From 8effbccd6057b2d804ea55b88c5dfe5d5c0945a5 Mon Sep 17 00:00:00 2001 From: Jonas Kohl Date: Thu, 25 Jul 2024 17:17:07 +0200 Subject: Add eat the rich button --- src/includes/buttons.php | 1 + src/static/buttons/eat_the_rich.gif | Bin 0 -> 60429 bytes 2 files changed, 1 insertion(+) create mode 100644 src/static/buttons/eat_the_rich.gif diff --git a/src/includes/buttons.php b/src/includes/buttons.php index 9b1b26b..c8840b7 100644 --- a/src/includes/buttons.php +++ b/src/includes/buttons.php @@ -11,6 +11,7 @@ foreach ([ ], "macmade-wht" => "Made on a Mac", "pride" => "Pride, now!", + "eat_the_rich" => "Eat! The! RICH!", "desktop" => "Best viewed on Desktop", ] as $src => $alt): $hasLink = false; diff --git a/src/static/buttons/eat_the_rich.gif b/src/static/buttons/eat_the_rich.gif new file mode 100644 index 0000000..88d1bd7 Binary files /dev/null and b/src/static/buttons/eat_the_rich.gif differ -- cgit v1.2.3