mirror of
https://github.com/artiemis/artie.moe.git
synced 2026-02-14 09:01:55 +00:00
404
This commit is contained in:
parent
3f9bec55c8
commit
753e0593c5
BIN
src/assets/ayuaura.jpg
Normal file
BIN
src/assets/ayuaura.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 122 KiB |
@ -3,14 +3,16 @@ import Kotori from "../components/Kotori.astro";
|
|||||||
import Prompt from "../components/Prompt.astro";
|
import Prompt from "../components/Prompt.astro";
|
||||||
import Stripe from "../components/Stripe.astro";
|
import Stripe from "../components/Stripe.astro";
|
||||||
import Layout from "../layouts/Layout.astro";
|
import Layout from "../layouts/Layout.astro";
|
||||||
|
import ayuaura from "../assets/ayuaura.jpg"
|
||||||
---
|
---
|
||||||
|
|
||||||
<Layout title="404 - artie">
|
<Layout title="404 - artie">
|
||||||
<Stripe />
|
<Stripe />
|
||||||
<Prompt />
|
<Prompt />
|
||||||
<p class="font-bold lg:text-8xl text-7xl text-transparent bg-clip-text from-pink-400 to-purple-600 bg-gradient-to-r">
|
<p class="font-bold lg:text-7xl text-5xl text-transparent bg-clip-text from-rose-400 to-fuchsia-600 bg-gradient-to-r">
|
||||||
404
|
404
|
||||||
</p>
|
</p>
|
||||||
<a href="/" class="font-medium lg:text-2xl text-xl mt-3 underline text-pink-400 hover:text-pink-600">Home</a>
|
<img src={ayuaura} alt="ayuaura" class="mt-3 rounded-[20px] lg:w-[50vw] w-[60vw]">
|
||||||
|
<a href="/" class="font-medium lg:text-2xl text-xl mt-3 underline text-rose-400 hover:text-rose-600">take me home</a>
|
||||||
<Kotori />
|
<Kotori />
|
||||||
</Layout>
|
</Layout>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user