Skip to content

Commit

Permalink
razrab chaosfest
Browse files Browse the repository at this point in the history
  • Loading branch information
parchinski committed Nov 7, 2024
1 parent a222da3 commit e41e9f4
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions app/routes/razrab.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
import { Image } from '@unpic/react';

export default function Razrab() {
return (
<div className="mt-20 flex justify-center items-center">
<Image
src="/villager.webp"
alt="Villager"
width={800}
height={800}
objectFit="cover"
className="w-full h-full pt-20 z-200"
priority={true}
/>
</div>
);
}
Binary file added public/villager.webp
Binary file not shown.

0 comments on commit e41e9f4

Please sign in to comment.