change temp threat to content start

This commit is contained in:
2022-08-09 18:03:30 +02:00
parent 9490b75637
commit a5fb86162a

View File

@@ -4,9 +4,14 @@ export default function Informacje() {
return (
<>
<Header />
<p style={{ textAlign: "center", marginTop: "3rem" }}>
I&apos;m coming after you.
<div style={{ margin: "10%", marginTop: "3rem" }}>
<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>
</div>
</>
);
}