Files
CNN_Website/cnn_website/src/Homepage.jsx
T
2026-05-02 23:05:50 +02:00

9 lines
173 B
React

function Homepage() {
return (
<>
<h1 style={{ margin: "120px 40px 40px 40px" }}>Ignore this page</h1>
</>
);
}
export default Homepage;