changed text

This commit is contained in:
2026-05-06 20:35:33 +02:00
parent 233bd41e1f
commit 3f50b98a8f
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
function Homepage() {
return (
<>
<h1 style={{ margin: "120px 40px 40px 40px" }}>Ignore this page</h1>
<h1 style={{ margin: "120px 40px 40px 40px" }}>Work in Progress, ignore this page and visit other Pages</h1>
</>
);
}