Update page
All checks were successful
Deploy website / deploy (push) Successful in 20s

This commit is contained in:
lumi 2025-08-11 13:19:51 +10:00
parent 080fdf4c7a
commit 0457c77008
Signed by: luaneko
GPG Key ID: 406809B8763FF07A
2 changed files with 3 additions and 4 deletions

BIN
src/assets/miku.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

View File

@ -1,7 +1,7 @@
--- ---
import Layout from "@layouts/index.astro"; import Layout from "@layouts/index.astro";
import Image from "@components/image.astro"; import Image from "@components/image.astro";
import peace from "@assets/peace.jpg"; import miku from "@assets/miku.jpg";
import gato from "@assets/gato.jpg"; import gato from "@assets/gato.jpg";
const links = { const links = {
@ -21,9 +21,8 @@ const links = {
( ̳• · • ̳) ᭢ ( ̳• · • ̳) ᭢
/ づ /// ⋆.⁺₊` / づ /// ⋆.⁺₊`
}</pre> }</pre>
<p>mew mew</p> <p>mew mew</p>
<p><Image src={peace} class="rounded max-w-60" /></p> <p><Image src={miku} class="rounded max-w-80" /></p>
<pre>{ <pre>{
` へ ` へ
૮ - ՛ ) (˚ˎ 。7 ૮ - ՛ ) (˚ˎ 。7
@ -31,7 +30,7 @@ const links = {
乀(ˍ, ل ل じしˍ,)` 乀(ˍ, ل ل じしˍ,)`
}</pre> }</pre>
<p><Image src={gato} class="rounded max-w-60" /></p> <p><Image src={gato} class="rounded max-w-60" /></p>
<p>el gato 🤯</p> <p>el gato 🤯 🤯</p>
</main> </main>
<footer class="text-sm my-2"> <footer class="text-sm my-2">