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.

53 lines
1.1 KiB

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">
2 years ago
<button onclick="jeu()">Lancez </button>
3 years ago
<button type="button" onclick="regles()"> regles </button>
</header>
<p id="pText"></p>
3 years ago
<?php
}
2 years ago
else
{
echo'<p>le motdepasse étant incorrect, je vous propose de visiter ce site moche </p><div class="imagemoche">
<img src="5c936f8b240000b400c7b599.jpeg">
<img src="un-rat-taupe-nu_6175132.jpg">
</div>';
}
3 years ago
?>
2 years ago
3 years ago
</body>
</html>