Deno re-write
This commit is contained in:
12
routes/_404.tsx
Normal file
12
routes/_404.tsx
Normal file
@ -0,0 +1,12 @@
|
||||
import { Head } from "$fresh/runtime.ts";
|
||||
|
||||
export default function Error404() {
|
||||
return (
|
||||
<>
|
||||
<Head>
|
||||
<title>404 - Page not found</title>
|
||||
</Head>
|
||||
<h1>404 Page Not Found</h1>
|
||||
</>
|
||||
);
|
||||
}
|
Reference in New Issue
Block a user