public/pages/404.vue

9 lines
227 B
Vue

<script setup lang="ts"></script>
<template>
<main class="flex flex-col grow prose dark:prose-invert">
<h1 class="mb-0">404 - Not Found</h1>
<p>The page you are looking for cannot be found.</p>
</main>
</template>