Files
CNN_Website/website/src/Homepage.jsx
T
2026-05-06 20:35:33 +02:00

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;