-
Notifications
You must be signed in to change notification settings - Fork 1
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
Showing
3 changed files
with
26 additions
and
3 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
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,12 @@ | ||
<div | ||
class="flex justify-center items-center h-screen first-letter:md:mx-20 mx-10 text-center gap-11" | ||
> | ||
<div> | ||
<h1 class="l">Page Not Found</h1> | ||
<p> | ||
The page you are looking for does not exist. It may have been moved, or removed altogether. | ||
Perhaps you can return back to the site's{" "} | ||
<a href="/">homepage</a> and see if you can find what you are looking for. | ||
</p> | ||
</div> | ||
</div> |