Browse Source

bonne chance pour le js kayax

master
BARRAUX Arthur 3 years ago
parent
commit
e3118c2ac8
  1. 12
      index.html

12
index.html

@ -2,22 +2,20 @@
<html lang="fr"> <html lang="fr">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title> <title>Document</title>
</head> </head>
<body> <body>
<div id="tirage"> <div id="tirage">
<span></span> <span>0</span>
<span></span> <span>0</span>
<span></span> <span>0</span>
</div> </div>
<p>Banque : <span id="banque_score"></span></p> <p>Banque : <span id="banque_score">1000</span></p>
<p>Vous : <span id="joueur_score"></span></p> <p>Vous : <span id="joueur_score"></span></p>
<input type="text" id="input"> <input type="text" id="input">
<button id="lancer" onclick="jeu()">Lancer</button> <button id="lancer" onclick="jeu()">Lancer</button>
<script src="app.js"></script> <script src="app.js"></script>
</body> </body>
</html> </html>

Loading…
Cancel
Save