feat: some shit

This commit is contained in:
2023-08-08 21:55:10 +02:00
parent c7d0e97ac0
commit fb96e9f71a
5 changed files with 34 additions and 18 deletions

View File

@ -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"