Machine à sous
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.
 
 
 
 
 

18 lines
425 B

<!DOCTYPE hmtl>
<html lang ="fr">
<head>
<title>Trois chiffres aléatoires</title>
<link href="msjs.css" rel="stylesheet">
<script scr="code.js"></script>
</head>
<body>
<header>
<h1> MACHINE A SOUS</h1>
<p> Prêt à tenter sa chance ?</p>
<div class="imageD">
<img src="index.jpg">
</div>
<button onclick="nbAlea()">Lancez !</button>
<button onclick="regles">Règles :</button>
</header>
</body>