Server IP : 108.163.255.210 / Your IP : 3.144.242.20 Web Server : Apache System : Linux blossom.urlnameserver.com 3.10.0-1160.80.1.el7.x86_64 #1 SMP Tue Nov 8 15:48:59 UTC 2022 x86_64 User : ( 1172) PHP Version : 7.2.34 Disable Function : eval,escapeshellarg,proc_close,proc_get_status,proc_nice,proc_open,symlink,system,pcntl_exec,getrusage,chown,chgp,closelog,openlog,syslog,define_syslog_variables,php_ini_loaded_file,getservbyname,getservbyport,posix_getgid,posix_getgrgid,proc_terminate,pfsockopen,apache_child_terminate,posix_mkfifo,posix_setpgid,posix_setuid,hypot,pg_host,pos,posix_access,posix_getcwd,posix_getservbyname,myshellexec,getpid,posix_getsid,posix_isatty,posix_kill,posix_mknod,posix_setgid,posix_setsid,posix_setuid,posix_times,posix_uname,ps_fill,posix_getpwuid,global,ini_restore,zip_open,zip_read,rar_open,bzopen,bzread,bzwrite,apache_get_modules,apache_get_version,phpversionphpinfo,php_ini_scanned_files,get_current_user,disk_total_space,diskfreespace,leak,imap_list,hypo,filedump,safe_mode,getmygid,apache_getenv,apache_setenv,bzread,bzwrite,bzopen,phpini,higlight_file,dos_conv,get_cwd,er_log,cmd,e_name,vdir,get_dir,only_read,ftok,ftpexec,posix_getpwnam,mysql_list_dbs,disk_free_space,session_save_path,confirm_phpdoc_compiled,zip_entry_rea,php_u,psockopen,crack_opendict,crack_getlastmessage,crack_closedict,crack_check,fpassthru,posix_get_last_error,posix_getlogin,posix_getgroups,posix_strerror,posix_getrlimit,posix_getpgrp,posix_getgrnam,pos,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/unilinki/public_html/csrability.in/resources/views/ |
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"> <title>CSR - 404 Page Not Found</title> <!-- Google font --> <link href="https://fonts.googleapis.com/css?family=Cabin:400,700" rel="stylesheet"> <style type="text/css"> * { -webkit-box-sizing: border-box; box-sizing: border-box; } body { padding: 0; margin: 0; } #notfound { position: relative; height: 100vh; } #notfound .notfound { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .notfound { max-width: 460px; width: 100%; text-align: center; line-height: 1.4; } .notfound .notfound-404 { position: relative; width: 180px; height: 180px; margin: 0px auto 50px; } .notfound .notfound-404>div:first-child { position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: #2196F3; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); border: 5px dashed #000; border-radius: 5px; } .notfound .notfound-404>div:first-child:before { content: ''; position: absolute; left: -5px; right: -5px; bottom: -5px; top: -5px; -webkit-box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.1) inset; box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.1) inset; border-radius: 5px; } .notfound .notfound-404 h1 { font-family: 'Cabin', sans-serif; color: #000; font-weight: 700; margin: 0; font-size: 90px; position: absolute; top: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); left: 50%; text-align: center; height: 40px; line-height: 40px; } .notfound h2 { font-family: 'Cabin', sans-serif; font-size: 33px; font-weight: 700; text-transform: uppercase; letter-spacing: 7px; } .notfound p { font-family: 'Cabin', sans-serif; font-size: 16px; color: #000; font-weight: 400; } .notfound a { font-family: 'Cabin', sans-serif; display: inline-block; padding: 10px 25px; background-color: #2196F3; border: none; border-radius: 40px; color: #fff; font-size: 14px; font-weight: 700; text-transform: uppercase; text-decoration: none; -webkit-transition: 0.2s all; transition: 0.2s all; } .notfound a:hover { background-color: #03A9F4; } </style> </head> <body> <div id="notfound"> <div class="notfound"> <div class="notfound-404"> <div></div> <h1>404</h1> </div> <h2>Page not found</h2> <p>The page you are looking for might have been removed had its name changed or is temporarily unavailable.</p> <a href="{{ route('home') }}">home page</a> </div> </div> </body> </html>