Skip to content

Commit

Permalink
Adicionado evento onload, que chama função createGame()
Browse files Browse the repository at this point in the history
Função chamada ao carregar página
  • Loading branch information
bryan-lima committed Apr 27, 2020
1 parent 2439030 commit 053b3c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion com-15-pares.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
javascript, bootstrap, npm, sass, cards">
<meta name="author" content="Bryan Lima">
</head>
<body>
<body onload="createGame()">
<!-- NAVBAR -->
<nav class="navbar navbar-expand-md navbar-dark bg-black">
<!-- Nome/Logo -->
Expand Down

0 comments on commit 053b3c6

Please sign in to comment.