diff --git a/img/securety.webp b/img/securety.webp new file mode 100644 index 0000000..e37f9e8 Binary files /dev/null and b/img/securety.webp differ diff --git a/matrix.html b/matrix.html index 5b12eee..ceb70af 100644 --- a/matrix.html +++ b/matrix.html @@ -16,6 +16,23 @@ color: red; animation: blink 1s infinite linear; display: inline; + font-size: 50px; + font-weight: bold; + } + + img { + margin: 25px; + border: 10px solid white; + animation: blinkImg 1s infinite linear; + } + + span { + } + + @keyframes blinkImg { + 50% { + border: 10px solid red; + } } @keyframes blink { @@ -41,7 +58,7 @@ if(empty($username) || empty($password) || empty($allowedUsers[$username]) || $password != $allowedUsers[$username]) { header("HTTP/1.1 418 I'm a teapot"); - echo "

Your access to the Matrix has been denied

"; + echo "Your access to the Matrix has been denied
"; die(); } ?>