first commit

This commit is contained in:
2025-11-10 00:14:49 +03:00
commit 6392533387
58 changed files with 7707 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
export default function HomePage() {
return (
<section className="page-heading">
<h1>Home</h1>
</section>
);
}