-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8534679
commit 0dc3c68
Showing
3 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<x-logged-out> | ||
<x-slot name="title"> | ||
404 Not found - Scholarspace | ||
</x-slot> | ||
|
||
<div class="container text-black/80 mx-auto px-4 py-8 md:py-10"> | ||
<h1 class="text-5xl text-blue-500 font-bold mb-4">Oops! Page not found.</h1> | ||
<p class="mb-6">We couldn't find the page you were looking for. This is either because:</p> | ||
<ul class="list-disc list-inside mb-6"> | ||
<li>There is an error in the URL entered into your web browser. Please check the URL and try again.</li> | ||
<li>The page you are looking for has been moved or deleted.</li> | ||
</ul> | ||
<p class="mb-4">You can return to our homepage by clicking the button below </p> | ||
<a href="{{ route('home') }}" class="custom-btn"> | ||
Here <i class="fa fa-home"></i> | ||
</a> | ||
</div> | ||
</x-logged-out> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters