summaryrefslogtreecommitdiff
path: root/src/404.vto
diff options
context:
space:
mode:
authorseth <[email protected]>2024-02-12 07:51:32 -0500
committerseth <[email protected]>2024-02-12 08:51:36 -0500
commit19b01bff4c251722d4739f6dca208497877f7cbb (patch)
tree31918495004c9386760afbac6853c9e7668093c1 /src/404.vto
parentec2b378c8d7885290db2d526364eb59512e60d0e (diff)
actually kinda try this time
Diffstat (limited to 'src/404.vto')
-rw-r--r--src/404.vto19
1 files changed, 10 insertions, 9 deletions
diff --git a/src/404.vto b/src/404.vto
index 17ccb23..04ba499 100644
--- a/src/404.vto
+++ b/src/404.vto
@@ -4,12 +4,13 @@ description: "404!"
layout: page.vto
---
-<h1>404! :(</h1>
-<img
- src="/imgs/tapwater.png"
- width="500"
- height="515"
- class="mx-auto"
- decoding="async"
- alt="can i get you some tapwater?"
-/>
+<div class="space-y-5">
+ <h1>404! :(</h1>
+
+ <img
+ src="/imgs/tapwater.png"
+ class="my-5"
+ decoding="async"
+ alt="can i get you some tapwater?"
+ />
+</div>