alter Header & add info page
This commit is contained in:
@@ -8,13 +8,13 @@ export default function Home() {
|
|||||||
<Link href="/">
|
<Link href="/">
|
||||||
<a>Główna</a>
|
<a>Główna</a>
|
||||||
</Link>
|
</Link>
|
||||||
<Link href="/">
|
<Link href="">
|
||||||
<a>Rankingi</a>
|
<a>Rankingi</a>
|
||||||
</Link>
|
</Link>
|
||||||
<Link href="/">
|
<Link href="/o-gractwie">
|
||||||
<a>Sztab</a>
|
<a>O Gractwie</a>
|
||||||
</Link>
|
</Link>
|
||||||
<Link href="/">
|
<Link href="">
|
||||||
<a>Zaloguj się</a>
|
<a>Zaloguj się</a>
|
||||||
</Link>
|
</Link>
|
||||||
</nav>
|
</nav>
|
||||||
|
|||||||
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