Add website under construction text

This commit is contained in:
dertyp7
2024-01-13 17:08:09 +01:00
parent cb8e1780d8
commit 82f4234a73

View File

@@ -5,6 +5,9 @@ export default function App() {
return ( return (
<div id="app"> <div id="app">
<Header /> <Header />
<div style={{ textAlign: "center" }}>
<h1>Website under construction 🚧👷</h1>
</div>
</div> </div>
); );
} }