Compare commits

..

No commits in common. "88e7e139c83a75d58a327db8c3909a1fac5645b7" and "75ac7c3a1088962ef0e2ab1f148e6d13807a1e04" have entirely different histories.

View File

@ -1,37 +0,0 @@
---
import Layout from "@/layouts/Global.astro";
import { Icon } from "astro-icon/components"
---
<Layout title="404 Not Found">
<div class="m-auto">
<div class="icon">
<Icon width={100} height={100} name="solar:danger-triangle-bold"/>
</div>
<div class="undr">
<div class="ntf">404 Not Found</div>
<div>
(╯°□°)╯ ┻━┻
</div>
</div>
</div>
</Layout>
<style>
.icon {
@apply animate-pulse text-ctp-red
}
.icon svg {
margin: auto;
}
.undr {
text-align: center;
}
.ntf {
@apply font-semibold text-[30px]
}
</style>