add eays movment (WIP)

This commit is contained in:
Stanislaw
2023-10-24 03:50:45 +02:00
parent d2bfcd0239
commit d307234f23
3 changed files with 38 additions and 31 deletions

View File

@@ -4,6 +4,7 @@ export default function Home() {
return (
<div className={style.skeleton}>
<h1 className={style.logo}>J4roid</h1>
<h1 className={style.quota}>PROFESSIONAL COCK SMELLER</h1>
<Skeleton />
</div>
);