mirror of
https://git.aramjonghu.nl/AramJonghu/aramjonghu-site.git
synced 2026-06-07 21:58:25 +02:00
Header + Footer ready for deployment
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
export default function Home({}) {
|
||||
return (
|
||||
<>
|
||||
<div>
|
||||
<h1 className="text-ctp-text">Under Construction</h1>
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user