amaury-charl.reyt
3 years ago
4 changed files with 50 additions and 3 deletions
@ -0,0 +1,34 @@ |
|||||
|
<!DOCTYPE html> |
||||
|
<html lang ="fr"> |
||||
|
<head> |
||||
|
<title>Trois chiffres aléatoires</title> |
||||
|
<link href="msjs.css" rel="stylesheet"> |
||||
|
<script type="text/javascript" src="code.js" defer></script> |
||||
|
|
||||
|
</head> |
||||
|
<body> |
||||
|
<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> |
||||
|
|
||||
|
</body> |
||||
|
</html> |
@ -0,0 +1,11 @@ |
|||||
|
<!DOCTYPE html> |
||||
|
<html> |
||||
|
<head> |
||||
|
<title>ROBERTO GIOVANNA</title> |
||||
|
</head> |
||||
|
<body> |
||||
|
<p>Pour accéder à votre site, entrez quel est le <b><strong><mark>motdepasse</mark></strong></b> très sécurisé et incroyablement difficile de cette page .</p> |
||||
|
<form method="post" action="machinesous.php"> |
||||
|
|
||||
|
|
||||
|
|
Loading…
Reference in new issue