Browse Source

Transférer les fichiers vers ''

master
CHASSAGNOL Bruno 3 years ago
parent
commit
23e4ccfd29
  1. 50
      projetjavascript.html

50
projetjavascript.html

@ -3,28 +3,14 @@
<head>
<title>casinoooooo</title>
<meta charset="utf-8">
<link href="styl.css" rel="stylesheet">
<link href="style.css" rel="stylesheet">
</head>
<body>
<?php
if (isset($_POST[prenom]) AND $_POST[mot_de_passe] == "NSI42")
?>
<?php
}
else
{
<?php
header('Location:pagedaccueilphp.html');
exit();
?>
}
?>
<h1><marquee width="600" scrollamount="600"scrolldelay="500">casino jackpot </marquee></h1>
<input type="text" id="name"
minlength="4" maxlength="8" size="10" >
<input type="button" value="Démarrer la machine" onclick="nbAlea()">
<input type="button" value="affiche les régles" onclick="regles()">
<p id="a"></p>
<p id="b"></p>
<p id="c"></p>
@ -113,6 +99,36 @@ function regles(){
document.getElementById("e").innerHTML ="il y a "+ jeton_bac +" jetons dans la machine";}, 15000);
}
</script>
<css>
<lancer>
<div class="wrapper">
<a class="cta" href="#" onclick="nbAlea()">
<span>LANCER</span>
<span>
<svg width="66px" height="43px" viewBox="0 0 66 43">
</svg>
</span>
</a>
</div>
</lancer>
<regles>
<div class="wrapper">
<a class="cta" href="#" onclick="regles()">
<span>REGLES</span>
<span>
<svg width="66px" height="43px" viewBox="0 0 66 43">
</svg>
</span>
</a>
</div>
</regles>
<machineasous>
<div class="machineasous">
<img src="Machineàsous.png" width="828px" height="505px">
</div>
</machineasous>
</css>
</body>
</html>

Loading…
Cancel
Save