Skip to content

Commit

Permalink
insignias
Browse files Browse the repository at this point in the history
  • Loading branch information
AxelCotonGutierrez committed Dec 12, 2023
1 parent 1421381 commit 158798f
Showing 1 changed file with 27 additions and 2 deletions.
29 changes: 27 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,40 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CONTAR HASTA A0 USANDO LOS DEDOS DE LA MANO</title>
<title>JUEGO DE LOS DEDOS</title>
<link rel="stylesheet" href="contar5.css">
<link rel="icon" href="icon.png" type="image/png">
</head>
<body>
<header><a href="https://axelcotongutierrez.github.io/learningmathematicas/">
<img src="https://axelcotongutierrez.github.io/learningmathematicas/assets/images//top.jpg" alt="Blog Mathematica" style="display: block; margin: 0 auto; width: 100%; height: auto;">
</a></header>
<h1>CONTAR HASTA 10 USANDO LOS DEDOS DE LA MANO</h1>
<center>
<table >
<tr>
<td valign="middle">
<div style="text-align: center;">
<h1>JUEGO DE LOS DEDOS</h1>
</div>
</td>
<td valign="middle">
<div style="text-align: center;">
<a title="Matemáticas" href="/learningmathematicas/assets/images/pages/figuras/Matematicas.png">
<img class="center-block img-responsive" width="50" alt="Matemáticas" src="/learningmathematicas/assets/images/pages/figuras/Matematicas.png">
</a>
</div>
</td>
<td valign="middle">
<div style="text-align: center;">
<a title="Infantil" href="/learningmathematicas/assets/images/pages/figuras/infantil.png">
<img class="center-block img-responsive" width="50" alt="Infantil" src="/learningmathematicas/assets/images/pages/figuras/infantil.png">
</a>
</div>
</td>

</tr>
</table></center>

<div class="container2">
<span class="textosuperior">¿Eres capaz de contar hasta diez usando los dedos de la mano?</span>
<button id="play-again-button" style="display: none;">Volver a jugar</button>
Expand Down

0 comments on commit 158798f

Please sign in to comment.