Preview: 404-error.blade.php
Size: 1.30 KB
/proc/self/root/home/getspomw/royalsquad.us/resources/views/frontend/404-error.blade.php
@extends('includes.app')
@section('content')
<style>
h1 {
font-size: 8rem;
margin: 0;
color: #dc3545;
}
h2 {
margin: 0;
font-weight: 400;
font-size: 2rem;
margin-bottom: 1rem;
}
p {
font-size: 1.2rem;
margin-bottom: 2rem;
}
a.button {
background-color: #007bff;
color: white;
padding: 12px 28px;
text-decoration: none;
border-radius: 6px;
font-weight: 600;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
transition: background-color 0.3s ease;
}
a.button:hover {
background-color: #0056b3;
}
@media (max-width: 600px) {
h1 {
font-size: 5rem;
}
h2 {
font-size: 1.5rem;
}
}
</style>
<div class="text-center mb-5 mt-5">
<h1>404</h1>
<h2>Page Not Found</h2>
<p class="text-center">Sorry, the page you're looking for doesn't exist or has been moved.</p>
<a href="/" class="button" aria-label="Go back to homepage">Go to Homepage</a>
</div>
@endsection
Directory Contents
Dirs: 1 × Files: 33