adding main

This commit is contained in:
2025-11-25 23:06:54 +00:00
parent 3c4ba71b96
commit b69d6414a1
4 changed files with 434 additions and 421 deletions

View File

@@ -1,5 +1,7 @@
<template>
<h1>404 not found lol</h1>
<img href="/img/Untitled.png" ) />
<RouterLink to="/">Take me home!</RouterLink>
<main>
<h1>404 not found lol</h1>
<img href="/img/Untitled.png" ) />
<RouterLink to="/">Take me home!</RouterLink>
</main>
</template>