diff options
Diffstat (limited to 'src/pages/index.mdx')
| -rw-r--r-- | src/pages/index.mdx | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/pages/index.mdx b/src/pages/index.mdx new file mode 100644 index 0000000..e8aae92 --- /dev/null +++ b/src/pages/index.mdx @@ -0,0 +1,18 @@ +--- +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) |
