-
Notifications
You must be signed in to change notification settings - Fork 21
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
43 additions
and
15 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
import Layout from "../layouts/Layout.astro"; | ||
--- | ||
|
||
<Layout> | ||
<div class="max-w-4xl mx-auto px-4 py-16"> | ||
<h1 class="text-4xl font-bold text-center mb-4">Page Not Found</h1> | ||
<p class="text-lg text-gray-600 text-center mb-8"> | ||
The page you're looking for doesn't exist or has been moved. | ||
</p> | ||
<div class="text-center"> | ||
<a | ||
href="/" | ||
class="inline-block bg-red-500 text-white px-6 py-2 rounded hover:bg-red-600" | ||
> | ||
Go Home | ||
</a> | ||
</div> | ||
</div> | ||
</Layout> |
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
f27f327
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this did not work :/ -- but now we have a 404 page! fix of fix coming soon