pointless test
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is pending

This commit is contained in:
Sakooooo 2024-12-19 22:26:16 +04:00
parent fe5648b95e
commit fbd5d99884
Signed by: sako
GPG key ID: 3FD715D87D7725E0
2 changed files with 3 additions and 0 deletions

View file

@ -1,7 +1,9 @@
---
import { Image } from 'astro:assets';
import Nav from "../components/nav.astro";
import Layout from "../layouts/Layout.astro";
import Content from "../components/content.astro";
import thing from "../thing.png";
---
<Layout title="sako.lol - home">
@ -10,6 +12,7 @@ import Content from "../components/content.astro";
</div>
<Content>
<h1> hi i am a component </h1>
<Image height="100vh" src={thing} alt="thing" />
<p> (i'm still too lazy to do this) </p>
</Content>
</Layout>

BIN
src/thing.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 191 KiB