diff options
| author | seth <[email protected]> | 2024-04-08 22:58:22 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-04-08 22:58:22 -0400 |
| commit | d8a20e3032a0ce97b6ddc29840e135eda9b3f43c (patch) | |
| tree | 40a4059020ff4c9d500d4022f5b84e7bf2c46fd4 /src/pages/index.mdx | |
| parent | 33a4eb02a8307be1bcfaaabbe3adaf25d0088d3b (diff) | |
refactor; use plain css
Diffstat (limited to 'src/pages/index.mdx')
| -rw-r--r-- | src/pages/index.mdx | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/src/pages/index.mdx b/src/pages/index.mdx deleted file mode 100644 index e8aae92..0000000 --- a/src/pages/index.mdx +++ /dev/null @@ -1,18 +0,0 @@ ---- -layout: ../layouts/Page.astro -title: guzzle guzzle -description: guzzle guzzle ---- - -import Picture from "astro/components/Picture.astro"; -import obras from "@assets/gifs/obras.gif"; - -<a hidden rel="me" href="https://wetdry.world/@getchoo"> - my mastodon account -</a> - -this is under construction. i'm experimenting with astro - -<Picture src={obras} alt="Under construction" formats={["gif"]} class="m-10" /> - -[hehe funny click me](/lul) |
