Add files via upload

This commit is contained in:
Fernando Méndez
2021-06-05 15:15:45 +02:00
committed by GitHub
parent a067b8c8b9
commit d0fe499ee3
3 changed files with 23 additions and 15 deletions

View File

@ -24,13 +24,13 @@
<div class="code">
<h2>Promociones</h2>
<section class="promotions">
<button id="retroceder">Anterior</button>
<button id="retroceder">&#x23EA;</button>
<a href="promotions/" class="imagen"></a>
<button id="avanzar">Siguiente</button>
<button id="avanzar">&#x23E9;</button>
</section>
<section class="controls">
<button id="play">&#x25b6;</button>
<button id="stop" disabled>||</button>
<button id="stop" disabled>&#9208;</button>
</section>
</div>
</section>