���� JFIF �� � ( %"1"%)+...383,7(-.-
![]() Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.20 System : Linux st2.domain.com 3.10.0-1127.10.1.el7.x86_64 #1 SMP Wed Jun 3 14:28:03 UTC 2020 x86_64 User : apache ( 48) PHP Version : 7.4.20 Disable Function : NONE Directory : /var/www/html/adimi/application/views/errors/ |
<!doctype html> <html> <head> <title>404 Page Not Found</title> <style> body{ width: 99%; height: 100%; background-color: #d14848; color: white; font-family: sans-serif; } div { position: absolute; width: 400px; height: 300px; z-index: 15; top: 45%; left: 50%; margin: -100px 0 0 -200px; text-align: center; } h1,h2{ text-align: center; } h1{ font-size: 60px; margin-bottom: 10px; border-bottom: 1px solid white; padding-bottom: 10px; } h2{ margin-bottom: 40px; } a{ margin-top:10px; text-decoration: none; padding: 10px 25px; background-color: ghostwhite; color: black; margin-top: 20px; } </style> </head> <body> <div> <h1>404</h1> <h2>Page not found</h2> <a href='<?php echo base_url(); ?>' >Back to Homepage</a> </div> </body> </html>