From 2cbc22348ef038181e1dc89635a3be005604a4ca Mon Sep 17 00:00:00 2001 From: seth Date: Mon, 12 Feb 2024 20:29:15 -0500 Subject: back to astro --- src/pages/404.mdx | 18 ++++++++++++++++++ src/pages/index.mdx | 18 ++++++++++++++++++ src/pages/lul.mdx | 9 +++++++++ 3 files changed, 45 insertions(+) create mode 100644 src/pages/404.mdx create mode 100644 src/pages/index.mdx create mode 100644 src/pages/lul.mdx (limited to 'src/pages') diff --git a/src/pages/404.mdx b/src/pages/404.mdx new file mode 100644 index 0000000..4cf7cf6 --- /dev/null +++ b/src/pages/404.mdx @@ -0,0 +1,18 @@ +--- +layout: ../layouts/Page.astro +title: 404 +description: Page not found! +--- + +import Picture from "astro/components/Picture.astro"; +import tapwater from "@assets/imgs/tapwater.png"; + +
+ # 404! :( + +
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"; + + + +this is under construction. i'm experimenting with astro + + + +[hehe funny click me](/lul) diff --git a/src/pages/lul.mdx b/src/pages/lul.mdx new file mode 100644 index 0000000..bc142f9 --- /dev/null +++ b/src/pages/lul.mdx @@ -0,0 +1,9 @@ +--- +layout: ../layouts/Page.astro +title: fard +description: xd +--- + + -- cgit v1.2.3