whoami7 - Manager
:
/
home
/
n170823s
/
www
/
resources
/
views
/
errors
/
Upload File:
files >> /home/n170823s/www/resources/views/errors/404d.blade.php
<!DOCTYPE html> <html> <head> <title>Page Not Found</title> <style> body { font-family: Arial, sans-serif; background-color: #f2f2f2; } .container { max-width: 800px; margin: 0 auto; text-align: center; padding: 50px; background-color: white; border-radius: 10px; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); } h1 { font-size: 72px; color: #e74c3c; margin-bottom: 30px; } p { font-size: 24px; margin-bottom: 30px; } a { color: #2980b9; text-decoration: none; } a:hover { text-decoration: underline; } </style> </head> <body> <div class="container"> <h1>404</h1> <p>The page you are looking for could not be found.</p> <a href="{{ url('/') }}">Return to the homepage</a> </div> </body> </html>
Copyright ©2021 || Defacer Indonesia