From 72a217c0592142f8f1d6210c469e8cd049c33b78 Mon Sep 17 00:00:00 2001 From: jonasled <git@jonasled.de> Date: Sun, 28 Feb 2021 14:12:49 +0100 Subject: [PATCH] removed double > in banner --- public/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/index.php b/public/index.php index f43f16d..2053c4e 100644 --- a/public/index.php +++ b/public/index.php @@ -53,8 +53,8 @@ getHeader("Jonas Leder", "home"); </div> <div id="banner"> <h2>Banner</h2> - <a target="_blank" href="https://ipv6.he.net"><img src="<?php echo($heIMG); ?>" data-noPreview="true">></a> - <a target="_blank" href="https://www.abuseipdb.com/user/45130"><img style="width: 391px;background: #35c246 linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.3) 50%, rgba(0,0,0,.2) 51%, rgba(0,0,0,0));padding: 5px;" src="<?php echo($abuseIPIMG); ?>" style="width: 401px;" data-noPreview="true">></a> + <a target="_blank" href="https://ipv6.he.net"><img src="<?php echo($heIMG); ?>" data-noPreview="true"></a> + <a target="_blank" href="https://www.abuseipdb.com/user/45130"><img style="width: 391px;background: #35c246 linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.3) 50%, rgba(0,0,0,.2) 51%, rgba(0,0,0,0));padding: 5px;" src="<?php echo($abuseIPIMG); ?>" style="width: 401px;" data-noPreview="true"></a> </div> <br> <br> -- GitLab