This commit is contained in:
2026-03-23 14:04:53 +01:00
parent 528f12b065
commit 15e8626280
15 changed files with 401 additions and 250 deletions

View File

@@ -0,0 +1,7 @@
<template>
<div class="flex flex-col items-center justify-center h-screen">
<h1 class="text-4xl font-bold text-gray-800">404</h1>
<p class="mt-4 text-lg text-gray-600">Page not found</p>
<router-link to="/" class="mt-6 text-blue-500 hover:underline">Go back home</router-link>
</div>
</template>