mogging 404

This commit is contained in:
2026-01-08 20:31:47 +00:00
parent c73c535a0a
commit 55509802a5

View File

@@ -1,7 +1,13 @@
<template>
<main>
<h1>404 not found lol</h1>
<img href="/img/epic.jpeg" ) />
<RouterLink to="/">Take me home!</RouterLink>
<main class="flex-col center-content">
<div
class="a4page-portrait center-content bdr-1 flex-col relative scroll-y"
>
<h1>404</h1>
<RouterLink to="/" class="bdr-2">
<img src="/img/memes/epic.jpeg" />
</RouterLink>
<h1>Click her, she will take you home</h1>
</div>
</main>
</template>