Compare commits
6 Commits
BoberITman
...
heisenberg
| Author | SHA1 | Date | |
|---|---|---|---|
| e1eb23427e | |||
|
|
a49bb45ae6 | ||
| f5d29018b4 | |||
| cd48dc82d9 | |||
|
|
0ed1e8da8c | ||
| b8a018648b |
2
.github/workflows/deploy.yaml
vendored
2
.github/workflows/deploy.yaml
vendored
@@ -4,7 +4,7 @@ on:
|
||||
push:
|
||||
branches: ["master"]
|
||||
pull_request:
|
||||
types: [created, deleted]
|
||||
types: ["closed"]
|
||||
branches: ["master"]
|
||||
|
||||
jobs:
|
||||
|
||||
@@ -39,7 +39,8 @@ export default function Home() {
|
||||
<a className="days">
|
||||
<h1>
|
||||
{Math.floor(
|
||||
(Date.now() - new Date("06.07.2020").getTime()) / 86400000
|
||||
// (Date.now() - new Date("06.07.2020").getTime()) / 86400000
|
||||
(Date.now() - new Date("2020-07-06").getTime()) / 86400000
|
||||
)}{" "}
|
||||
dni
|
||||
</h1>
|
||||
|
||||
@@ -7,7 +7,7 @@ export default function Informacje() {
|
||||
<div style={{ margin: "10%", marginTop: "3rem" }}>
|
||||
<h1>Witajcie w Gractwie!</h1>
|
||||
<p>
|
||||
Jesteśmy grupą ludzi których kręcą gry. Proste, nie?
|
||||
Jesteśmy grupą ludzi których kręcą gry i popkultura. Proste, nie?
|
||||
{/* <br /> */}
|
||||
{/* Serwer ten miał wcześniej tematykę Team Fortressową. */}
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user