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> <template>
<main> <main class="flex-col center-content">
<h1>404 not found lol</h1> <div
<img href="/img/epic.jpeg" ) /> class="a4page-portrait center-content bdr-1 flex-col relative scroll-y"
<RouterLink to="/">Take me home!</RouterLink> >
<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> </main>
</template> </template>