This repository has been archived by the owner on Aug 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
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
95397a0
commit a894ef2
Showing
16 changed files
with
589 additions
and
484 deletions.
There are no files selected for viewing
Binary file not shown.
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
File renamed without changes.
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 |
---|---|---|
@@ -1,31 +1,20 @@ | ||
--- | ||
import Tags from "../components/tags.astro"; | ||
import Layout from "../components/Layout.astro"; | ||
import Tags from '../components/tags.astro'; | ||
import Layout from '../components/Layout.astro'; | ||
--- | ||
|
||
<Tags /> | ||
<style> | ||
.background-animation { | ||
position: fixed; | ||
top: 0; | ||
left: 0; | ||
width: 100%; | ||
height: 100%; | ||
background: linear-gradient(to left,#110819, #000); | ||
z-index: -1; | ||
} | ||
</style> | ||
<div class="background-animation"></div> | ||
<div class="background-animation"></div> | ||
<Layout> | ||
|
||
<div class="hero absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2"> | ||
<div class="hero-content text-center"> | ||
<div class="max-w-md"> | ||
<h1 class="text-5xl font-bold text-text">404</h1> | ||
<p class="text-lg text-neutral-content py-5 text-text"> | ||
The page you were looking for doesn't exist. | ||
</p> | ||
<a href="/" class="link text-purple-500">Go back home</a> | ||
<a href="/" class="link text-accent">Go back home</a> | ||
</div> | ||
</div> | ||
</div> | ||
</Layout> | ||
</Layout> |
Oops, something went wrong.