Server IP : 103.53.40.154 / Your IP : 3.133.108.172 Web Server : Apache System : Linux md-in-35.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : ppcad7no ( 715) PHP Version : 8.2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home2/ppcad7no/kediapaper.com/../theservicemen.co.in/admin/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>icon</title> <style> .logo{ font-size: 3rem; text-shadow: 0px 0px 50px; animation: animate 2s infinite linear; } @keyframes animate{ 0%, 100%{ color: lawngreen; } 25%{ color: deeppink; } 50%{ color: deepskyblue; } 75%{ color: white; } } </style> </head> <body> <div class="logo"> <i class="fab fa-apple"></i> </div> </body> </html>