public/pages/404.vue

9 lines
227 B
Vue
Raw Normal View History

2022-08-10 19:01:20 -04:00
<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>