9 lines
213 B
React
9 lines
213 B
React
function Homepage() {
|
|
return (
|
|
<>
|
|
<h1 style={{ margin: "120px 40px 40px 40px" }}>Work in Progress, ignore this page and visit other Pages</h1>
|
|
</>
|
|
);
|
|
}
|
|
|
|
export default Homepage; |