added footer

This commit is contained in:
Le fishe au chocolat 2026-06-20 00:13:18 +02:00
parent dfed98af2d
commit 5c2efd4f7b
2 changed files with 9 additions and 0 deletions

View file

View file

@ -0,0 +1,9 @@
export default function Footer() {
return (
<>
<div className="w-full border-t border-t-gray-500 bg-black py-5 pl-4">
<h1 className="text-gray-600 font-[Bitcount] text-2xl ">periodicbrake.fr</h1>
</div>
</>
);
}