Le meilleur casino du web
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.
|
|
|
<!DOCTYPE html>
|
|
|
|
|
|
|
|
<html>
|
|
|
|
|
|
|
|
<head>
|
|
|
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
|
|
|
<title></title>
|
|
|
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="styles.css">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<img src="logo.jpeg">
|
|
|
|
|
|
|
|
<input type="text" id="argent" name="argent" value=""><br>
|
|
|
|
<input type="button" id="bouton" value="Contrôler" onclick="start()"><br><br>
|
|
|
|
|
|
|
|
<input type="text" id="mise" name="mise" value=""><br>
|
|
|
|
<input type="button" id="bouton" value="Contrôler" onclick="saisie()">
|
|
|
|
|
|
|
|
<script src="main.js"></script>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|