alter Header & add info page
This commit is contained in:
12
pages/o-gractwie.js
Normal file
12
pages/o-gractwie.js
Normal file
@@ -0,0 +1,12 @@
|
||||
import Header from "../components/Header";
|
||||
|
||||
export default function Informacje() {
|
||||
return (
|
||||
<>
|
||||
<Header />
|
||||
<p style={{ textAlign: "center", marginTop: "3rem" }}>
|
||||
I'm coming after you.
|
||||
</p>
|
||||
</>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user