feat: some shit
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
|
||||
import { Head } from "$fresh/runtime.ts";
|
||||
import Image from "@components/Image.tsx";
|
||||
|
||||
export default function Error404() {
|
||||
return (
|
||||
@ -9,7 +9,7 @@ export default function Error404() {
|
||||
</Head>
|
||||
<div class="px-4 py-8 mx-auto bg-[#86efac]">
|
||||
<div class="max-w-screen-md mx-auto flex flex-col items-center justify-center">
|
||||
<img
|
||||
<Image
|
||||
class="my-6"
|
||||
src="/logo.svg"
|
||||
width="128"
|
||||
|
Reference in New Issue
Block a user