changes index

This commit is contained in:
NohamR
2023-06-07 09:53:01 +02:00
parent 164339c405
commit ae59539f5d
5 changed files with 340 additions and 6 deletions

View File

@@ -19,7 +19,9 @@
<td><img src = 'src/neymar.jpg'></td>
</tr>
</table>
<button name = 'bouton' type="submit">Commencer !</button>
<audio src="src/musique.mp3" loop autoplay></audio>
</body>
<a href="code.zip" style="text-decoration: none; color: white;"><button name = 'bouton' type="submit">Commencer !</button></a>
<audio controls autoplay style="display: none;">
<source src="src/musique.mp3" type="audio/mp3">
Votre navigateur ne prend pas en charge l'élément audio.
</audio></body>
</html>