From bb0a02a09e1ecdab67c2bc6acb501977dc7a924d Mon Sep 17 00:00:00 2001 From: Jonas Leder <jonas@jonasled.de> Date: Wed, 30 Dec 2020 23:44:57 +0100 Subject: [PATCH] open banner in new tab --- public/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/index.php b/public/index.php index 308118b..2282bd1 100644 --- a/public/index.php +++ b/public/index.php @@ -45,8 +45,8 @@ getHeader("Jonas Leder", "home"); </div> <div id="banner"> <h2>Banner</h2> - <a href="https://ipv6.he.net"><img src="https://ipv6.he.net/certification/create_badge.php?pass_name=jonasled&badge=3"></a> - <a href="https://www.abuseipdb.com/user/45130"><img style="background-color: white" src="https://www.abuseipdb.com/contributor/45130.svg" style="width: 401px;"></a> + <a target="_blank" href="https://ipv6.he.net"><img src="https://ipv6.he.net/certification/create_badge.php?pass_name=jonasled&badge=3"></a> + <a target="_blank" href="https://www.abuseipdb.com/user/45130"><img style="background-color: white" src="https://www.abuseipdb.com/contributor/45130.svg" style="width: 401px;"></a> </div> </div> <div class="cookieinfo"> -- GitLab