Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavosallesz authored Dec 13, 2024
1 parent 31c7534 commit 579a13c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@
<p>FELIZ</p>
</div>
<div class="cartao" onclick="abrirTelaCheia(this)">
<img src="imagens/nervoso.jpg" alt="Nervoso">
<img src="imagens/Nervoso.jpg" alt="Nervoso">
<p>NERVOSO</p>
<div class="cartao" onclick="abrirTelaCheia(this)">
<img src="imagens/doente.jpg" alt="Doente">
<p>DOENTE</p>
</div>
</div>
<div class="cartao" onclick="abrirTelaCheia(this)">
<img src="imagens/kids_arvore.jpg" alt="Brincar">
<p>BRINCAR</p>
</div>
<div class="cartao" onclick="abrirTelaCheia(this)">
<img src="imagens/doente.jpg" alt="Doente">
<p>DOENTE</p>
</div>
<div class="cartao" onclick="abrirTelaCheia(this)">
<img src="imagens/fome.jpg" alt="Fome">
<p>FOME</p>
Expand Down

0 comments on commit 579a13c

Please sign in to comment.