change temp threat to content start
This commit is contained in:
@@ -4,9 +4,14 @@ export default function Informacje() {
|
|||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Header />
|
<Header />
|
||||||
<p style={{ textAlign: "center", marginTop: "3rem" }}>
|
<div style={{ margin: "10%", marginTop: "3rem" }}>
|
||||||
I'm coming after you.
|
<h1>Witajcie w Gractwie!</h1>
|
||||||
|
<p>
|
||||||
|
Jesteśmy grupą ludzi których kręcą gry. Proste, nie?
|
||||||
|
{/* <br /> */}
|
||||||
|
{/* Serwer ten miał wcześniej tematykę Team Fortressową. */}
|
||||||
</p>
|
</p>
|
||||||
|
</div>
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user