⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.231
Server IP:
13.127.59.50
Server:
Linux ip-172-31-46-210 5.15.0-1033-aws #37~20.04.1-Ubuntu SMP Fri Mar 17 11:39:30 UTC 2023 x86_64
Server Software:
Apache/2.4.41 (Ubuntu)
PHP Version:
7.4.3-4ubuntu2.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
ecommerce_pg
/
resources
/
views
/
View File Name :
welcome.blade.php
<!DOCTYPE html> <html> <head> <link href="https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@600;900&display=swap" rel="stylesheet"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous"> <style> body { background-color: #ddd; } .msg { text-align: center; font-family: 'Nunito Sans', sans-serif; font-size: 1.5rem; } a { text-decoration: none; color: white; } a:hover { text-decoration: underline; } .error-notify-image img{ max-width: 650px; width: 100%; } </style> </head> <body> <div class="container h-100"> <div class="row h-100 justify-content-center align-items-center"> <div class="mainbox col-sm "> <div class="msg"><div class="error-notify-image"><img src="{{asset('images/error-notify-img.png')}}"></div> <p>Maybe this page moved? Got deleted? Never existed in the first place?</p> <p>Click here to go <a href="javascript:window.close()">home</a> and try from there.</p> </div> </div> </div> </div> </body> </html>