mirror of https://github.com/nocodb/nocodb
Pranav C
2 years ago
2 changed files with 25 additions and 2 deletions
@ -0,0 +1,14 @@ |
|||||||
|
<script lang="ts" setup> |
||||||
|
import { definePageMeta } from '#imports' |
||||||
|
|
||||||
|
definePageMeta({ |
||||||
|
title: 'Page Not Found', |
||||||
|
public: true, |
||||||
|
}) |
||||||
|
</script> |
||||||
|
|
||||||
|
<template> |
||||||
|
<div class="w-full h-[300px] flex justify-center items-center text-4xl"> |
||||||
|
<h1 class="text-gray-400">Page Not Found</h1> |
||||||
|
</div> |
||||||
|
</template> |
Loading…
Reference in new issue