summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJonas Kohl2024-09-28 18:04:36 +0200
committerJonas Kohl2024-09-28 18:04:36 +0200
commitb767e921c637879b716321ce25fc854a816b6993 (patch)
treee9b48d16a98ba3dc4dd2392e70553a4cbaf8a68c /src
parent929213de93060ecb73114997c58cfc715e57da46 (diff)
Add IPv6 badgeHEADmain
Diffstat (limited to 'src')
-rw-r--r--src/includes/buttons.php4
-rw-r--r--src/static/buttons/ipv6ready.gifbin0 -> 1891 bytes
2 files changed, 4 insertions, 0 deletions
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
--- /dev/null
+++ b/src/static/buttons/ipv6ready.gif
Binary files differ