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