mirror of
https://github.com/artiemis/artie.moe.git
synced 2026-02-14 09:01:55 +00:00
remove stripe
This commit is contained in:
parent
cb23bedd90
commit
91d061a52c
@ -1,7 +0,0 @@
|
||||
<div class="fixed top-0 left-0 w-full h-[2px] bi"></div>
|
||||
|
||||
<style>
|
||||
.bi {
|
||||
background: linear-gradient(90deg, #d60270 33%, #9b4f96 33%, #9b4f96 66%, #0038a8 66%);
|
||||
}
|
||||
</style>
|
||||
@ -1,13 +1,11 @@
|
||||
---
|
||||
import Kotori from "../components/Kotori.astro";
|
||||
import Prompt from "../components/Prompt.astro";
|
||||
import Stripe from "../components/Stripe.astro";
|
||||
import Layout from "../layouts/Layout.astro";
|
||||
import ayuaura from "../assets/ayuaura.jpg"
|
||||
---
|
||||
|
||||
<Layout title="404 - artie">
|
||||
<Stripe />
|
||||
<Prompt />
|
||||
<p class="font-bold lg:text-6xl text-4xl text-transparent bg-clip-text from-rose-400 to-fuchsia-600 bg-gradient-to-r">
|
||||
404
|
||||
|
||||
@ -4,13 +4,11 @@ import Prompt from "../components/Prompt.astro";
|
||||
import Centerpiece from "../components/Centerpiece.astro";
|
||||
import Icons from "../components/Icons.astro";
|
||||
import Heart from "../components/Heart.svelte";
|
||||
import Stripe from "../components/Stripe.astro";
|
||||
import Emilia from "../components/Emilia.svelte";
|
||||
---
|
||||
|
||||
|
||||
<Layout title="artie">
|
||||
<Stripe />
|
||||
<Prompt />
|
||||
<Centerpiece />
|
||||
<Icons />
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user