⚝
One Hat Cyber Team
⚝
Your IP:
160.79.111.135
Server IP:
162.254.39.145
Server:
Linux premium289.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
Server Software:
LiteSpeed
PHP Version:
8.2.28
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
favoaysf
/
public_html
/
resources
/
views
/
errors
/
View File Name :
404.blade.php
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <link rel="stylesheet" media="screen" href="{{asset('assets/front/css/plugins.min.css')}}"> </head> <body> <section class="fourzerofour pt-4 mt-5"> <div class="container"> <div class="row"> <div class="col-lg-12"> <div class="content text-center"> <h3 class="heading"> {{ __('404 | Not Found') }} </h3> <p class="text"> {{ __('The resource request could not be found on this server !') }} </p> <a class="mybtn1" href="{{ route('front.index') }}">{{ __('Back Home') }}</a> </div> </div> </div> </div> </section> </body> </html>