Header + Footer ready for deployment

This commit is contained in:
2026-04-10 01:27:02 +02:00
parent 5941df3c39
commit 63d5cf743a
24 changed files with 136 additions and 2813 deletions
+9
View File
@@ -0,0 +1,9 @@
export default function Home({}) {
return (
<>
<div>
<h1 className="text-ctp-text">Under Construction</h1>
</div>
</>
);
}