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.

44 lines
907 B

3 years ago
<!DOCTYPE html>
<html lang ="fr">
<head>
<title>Trois chiffres aléatoires</title>
<link href="msjs.css" rel="stylesheet">
3 years ago
<meta charset="utf-8"/>
3 years ago
<script type="text/javascript" src="code.js" defer></script>
3 years ago
3 years ago
</head>
<body>
3 years ago
<?php
if (isset($_POST['mot-de-passe']) AND $_POST['mot-de-passe']=="motdepasse")
{
?>
3 years ago
<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>
3 years ago
<?php
}
?>
<p>jhfjhfjf </p>
3 years ago
</body>
</html>