From 66048dffa8d6e1f4a41dfa2ab99c31cd127d118a Mon Sep 17 00:00:00 2001 From: Jonas Leder <jonas@jonasled.de> Date: Sat, 2 Jan 2021 00:53:31 +0100 Subject: [PATCH] added note to hidden service URL (.onion / tor) --- public/css/style.css | 5 +++++ public/index.php | 3 +++ 2 files changed, 8 insertions(+) diff --git a/public/css/style.css b/public/css/style.css index ffc5551..6cf7bfb 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -180,6 +180,11 @@ } } +.red { + color: red; +} + + @media all { .gridContainer { margin-right: auto!important; diff --git a/public/index.php b/public/index.php index 9b3d65d..ad68a6b 100644 --- a/public/index.php +++ b/public/index.php @@ -56,6 +56,9 @@ getHeader("Jonas Leder", "home"); <a target="_blank" href="https://ipv6.he.net"><img src="<?php echo($heIMG); ?>"></a> <a target="_blank" href="https://www.abuseipdb.com/user/45130"><img style="background-color: white" src="<?php echo($abuseIPIMG); ?>" style="width: 401px;"></a> </div> + <br> + <br> + <p>Diese Website ist auch als hidden Service unter folgendem URL zu erreichen: <a href="jonasledtmdcrenuxuobwqn3n6onq3smssicbeyocolgx4sk75xwmxqd.onion">jonasledtmdcrenuxuobwqn3n6onq3smssicbeyocolgx4sk75xwmxqd.onion</a></p> </div> <?php getFooter(); \ No newline at end of file -- GitLab