One Hat Cyber Team
Your IP :
3.128.78.139
Server IP :
104.21.32.1
Server :
Linux agrigation-prod 5.15.0-67-generic #74-Ubuntu SMP Wed Feb 22 14:14:39 UTC 2023 x86_64
Server Software :
nginx/1.24.0
PHP Version :
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
forge
/
gftag.com
/
resources
/
views
/
errors
/
View File Name :
500.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"> {{ __('500 Internal server error!') }} </h3> <p class="text"> {{ __('The server encountered an internal error or misconfiguration and was unable to complete your request.') }} </p> </div> </div> </div> </div> </section> </body> </html>