From b767e921c637879b716321ce25fc854a816b6993 Mon Sep 17 00:00:00 2001 From: Jonas Kohl Date: Sat, 28 Sep 2024 18:04:36 +0200 Subject: Add IPv6 badge --- src/includes/buttons.php | 4 ++++ src/static/buttons/ipv6ready.gif | Bin 0 -> 1891 bytes 2 files changed, 4 insertions(+) create mode 100644 src/static/buttons/ipv6ready.gif (limited to 'src') diff --git a/src/includes/buttons.php b/src/includes/buttons.php index 97b81ab..b7bcc61 100644 --- a/src/includes/buttons.php +++ b/src/includes/buttons.php @@ -14,6 +14,10 @@ foreach ([ "autistic" => "This user is autistic", "eat_the_rich" => "Eat! The! RICH!", "desktop" => "Best viewed on Desktop", + "ipv6ready" => [ + "IPv6 ready!", + "http://ipv6-test.com/validate.php?url=referer", + ], ] as $src => $alt): $hasLink = false; if (is_array($alt)) { diff --git a/src/static/buttons/ipv6ready.gif b/src/static/buttons/ipv6ready.gif new file mode 100644 index 0000000..20af9ec Binary files /dev/null and b/src/static/buttons/ipv6ready.gif differ -- cgit v1.2.3