Initial commit

This commit is contained in:
2025-11-24 14:25:27 +01:00
commit da613c822a
12 changed files with 4223 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
export default function Page() {
return (
<div className="p-4">
<h1 className="text-2xl font-bold">Jessy David</h1>
<p>Hello World !</p>
</div>
);
}