header, icon, favicon, main page

This commit is contained in:
2025-12-07 18:57:55 +01:00
parent b0a52715d3
commit 7782f800c1
7 changed files with 24 additions and 5 deletions
+10
View File
@@ -0,0 +1,10 @@
import Intro from "../components/Intro";
export default function Home() {
return(
<div className="">
<Intro></Intro>
</div>
);
}