⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.19
Server IP:
178.33.27.10
Server:
Linux cpanel.dev-unit.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Server Software:
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
PHP Version:
8.2.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
id
/
crm.dev-unit.com
/
storage
/
framework
/
views
/
View File Name :
18f17842c581d8d0783086e8b0c0c20735234780.php
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="title" content="<?php echo e(config('app.name')); ?>"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="csrf-token" content="<?php echo e(csrf_token()); ?>"> <title>404 Not Found | <?php echo e(config('app.name')); ?></title> <!-- Bootstrap 4.1.1 --> <link href="<?php echo e(asset('assets/css/bootstrap.min.css')); ?>" rel="stylesheet" type="text/css"/> <!-- Ionicons --> <link href="<?php echo e(asset('assets/css/@fortawesome/fontawesome-free/css/all.css')); ?>" rel="stylesheet" type="text/css"> <link rel="stylesheet" href="<?php echo e(asset('assets/css/simple-line-icons/css/simple-line-icons.css')); ?>"> </head> <body> <div class="container con-404"> <div class="row justify-content-md-center my-auto d-block"> <div class="col-md-12 mt-5"> <img src="<?php echo e(asset('assets/img/404-error.png')); ?>" class="img-fluid img-404 mx-auto d-block"> </div> <div class="col-md-12 text-center error-page-404"> <h2>Opps! Something's missing...</h2> <p class="not-found-subtitle">The page you are looking for doesn't exists / isn't available / was loading incorrectly.</p> <a class="btn btn-primary mt-3" href="#" onclick="window.history.back();">Back to Previous Page</a> </div> </div> </div> <script src="<?php echo e(asset('assets/js/jquery.min.js')); ?>"></script> <script src="<?php echo e(asset('assets/js/popper.min.js')); ?>"></script> <script src="<?php echo e(asset('assets/js/bootstrap.min.js')); ?>"></script> <script src="<?php echo e(asset('assets/js/jquery.nicescroll.js')); ?>"></script> <script src="<?php echo e(asset('web/js/scripts.js')); ?>"></script> </body> </html> <?php /**PATH /home/id/crm.dev-unit.com/resources/views/errors/404.blade.php ENDPATH**/ ?>