diff options
Diffstat (limited to 'src/pages')
| -rw-r--r-- | src/pages/404.md | 9 | ||||
| -rw-r--r-- | src/pages/404.mdx | 18 | ||||
| -rw-r--r-- | src/pages/index.md (renamed from src/pages/index.mdx) | 7 | ||||
| -rw-r--r-- | src/pages/lul.md (renamed from src/pages/lul.mdx) | 2 |
4 files changed, 12 insertions, 24 deletions
diff --git a/src/pages/404.md b/src/pages/404.md new file mode 100644 index 0000000..2b214f9 --- /dev/null +++ b/src/pages/404.md @@ -0,0 +1,9 @@ +--- +layout: ../layouts/Page.astro +title: 404 +description: Page not found! +--- + +# 404! :( + + diff --git a/src/pages/404.mdx b/src/pages/404.mdx deleted file mode 100644 index 4cf7cf6..0000000 --- a/src/pages/404.mdx +++ /dev/null @@ -1,18 +0,0 @@ ---- -layout: ../layouts/Page.astro -title: 404 -description: Page not found! ---- - -import Picture from "astro/components/Picture.astro"; -import tapwater from "@assets/imgs/tapwater.png"; - -<div class="space-y-5"> - # 404! :( - <Picture - src={tapwater} - formats={["avif", "webp"]} - alt="Can i get you some tapwater?" - class="p-5" - /> -</div> diff --git a/src/pages/index.mdx b/src/pages/index.md index e8aae92..1543b37 100644 --- a/src/pages/index.mdx +++ b/src/pages/index.md @@ -1,18 +1,15 @@ --- -layout: ../layouts/Page.astro +layout: ../layouts/Index.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) diff --git a/src/pages/lul.mdx b/src/pages/lul.md index bc142f9..408d50c 100644 --- a/src/pages/lul.mdx +++ b/src/pages/lul.md @@ -4,6 +4,6 @@ title: fard description: xd --- -<video width="1280" height="720" controls autoplay muted> +<video controls autoplay muted> <source src="/files/rickroll.mp4" type="video/mp4" /> </video> |
