This commit is contained in:
parent
fe5648b95e
commit
fbd5d99884
2 changed files with 3 additions and 0 deletions
|
@ -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
BIN
src/thing.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 191 KiB |
Loading…
Reference in a new issue