You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
752 B
34 lines
752 B
<!DOCTYPE html>
|
|
<html lang ="fr">
|
|
<head>
|
|
<title>Trois chiffres aléatoires</title>
|
|
<link href="msjs.css" rel="stylesheet">
|
|
<script type="text/javascript" src="code.js" defer></script>
|
|
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<h1> MACHINE A SOUS</h1>
|
|
<p> Prêt à tenter sa chance ?</p>
|
|
<div class="imageD">
|
|
<img src="index.jpg">
|
|
</div>
|
|
<ul>
|
|
<li id='n1'>0</li>
|
|
<li id='n2'>0</li>
|
|
<li id='n3'>0</li>
|
|
</ul>
|
|
<h2>Banque</h2>
|
|
<p id='banque'>1000</p>
|
|
<h2>Vos sous</h2>
|
|
<p id='sous'>100</p>
|
|
<h2>Votre mise</h2>
|
|
<input id="mise" TYPE="text" VALUE="5">
|
|
<button onclick="jeu()">Lancez !</button>
|
|
<button type="button" onclick="regles()"> regles </button>
|
|
</header>
|
|
|
|
<p id="pText"></p>
|
|
|
|
</body>
|
|
</html>
|