Server IP : 103.191.208.50 / Your IP : 216.73.216.53 Web Server : LiteSpeed System : Linux orion.herosite.pro 4.18.0-553.53.1.lve.el8.x86_64 #1 SMP Wed May 28 17:01:02 UTC 2025 x86_64 User : celkcksm ( 1031) PHP Version : 7.4.33 Disable Function : show_source, system, shell_exec, passthru, popen, exec MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/celkcksm/ecampus.ncriptech.com/application/views/errors/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>404 - Page Not Found</title> <style> body { margin: 0; font-family: Arial, sans-serif; background-color: #f4f4f4; color: #333; display: flex; justify-content: center; align-items: center; height: 100vh; text-align: center; } .container { max-width: 600px; padding: 20px; } h1 { font-size: 6em; color: #ff6b6b; margin: 0; } p { font-size: 1.2em; margin: 10px 0 20px; } a { text-decoration: none; color: #fff; background-color: #007bff; padding: 10px 20px; border-radius: 5px; } a:hover { background-color: #0056b3; } </style> </head> <body> <div class="container"> <h1>404</h1> <p>Oops! The page you are looking for doesn't exist.</p> <a href="<?= base_url('signin'); ?>">Back to Home</a> </div> </body> </html>