Skip to content

Commit

Permalink
jogos quartas e add semis e redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielovski committed Dec 11, 2022
1 parent a1673f3 commit 7c11fd7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<meta
http-equiv="refresh"
content="0; URL='https://calendariodacopa.tk/quartas'"
content="0; URL='https://calendariodacopa.tk/semi'"
/>

<!-- links (css, fontes) -->
Expand Down
6 changes: 3 additions & 3 deletions scripts/quartas.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ document.querySelector("#cards").innerHTML =
createCard(
"10/12",
"sábado",
createGame("marrocos", "12:00", "portugal") +
createGame("inglaterra", "16:00", "frança"),
"próximos jogos"
createGame("marrocos", "1 x 0", "portugal") +
createGame("inglaterra", "1 x 2", "frança"),
"encerrados"
)
4 changes: 2 additions & 2 deletions scripts/semi.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ document.querySelector("#cards").innerHTML =
createCard(
"14/12",
"quarta",
createGame("a confirmar", "16:00", "a confirmar"),
"a confirmar"
createGame("frança", "16:00", "marrocos"),
"próximo jogo"
)

1 comment on commit 7c11fd7

@vercel
Copy link

@vercel vercel bot commented on 7c11fd7 Dec 11, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.