amaury-charl.reyt 2 years ago
parent
commit
8a67d85258
  1. BIN
      5c936f8b240000b400c7b599.jpeg
  2. BIN
      Capture.PNG
  3. 8
      Nouveau document texte.html
  4. BIN
      Thumbs.db
  5. 6
      code.js
  6. 13
      machinesous.php
  7. 20
      mdp.php
  8. 6
      msjs.css
  9. BIN
      pb_facade.jpg
  10. BIN
      un-rat-taupe-nu_6175132.jpg

BIN
5c936f8b240000b400c7b599.jpeg

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

BIN
Capture.PNG

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

8
Nouveau document texte.html

@ -0,0 +1,8 @@
<!DOCTYPE html>
<html lang ="fr">
<head>
<div class="imageD">
<img src="Capture.PNG">
</div>
</head>
</html>

BIN
Thumbs.db

Binary file not shown.

6
code.js

@ -8,8 +8,10 @@ function jeu(){
}
function nbAlea() {
for (let i=0; i<10; i++) {
var mise = Number(document.getElementById('mise').value);
var bac = Number(document.getElementById('banque').innerHTML);
var jeton = Number(document.getElementById('sous').innerHTML);
if(mise > 0 && mise <= 100 && mise <= jeton && bac > 0) {
nb1 = Math.floor(Math.random() * 10);
nb2 = Math.floor(Math.random() * 10);
nb3 = Math.floor(Math.random() * 10);

13
machinesous.php

@ -31,14 +31,23 @@
<p id='sous'>100</p>
<h2>Votre mise</h2>
<input id="mise" TYPE="text" VALUE="5">
<button onclick="jeu()">Lancez !</button>
<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>';
}
?>
<p>jhfjhfjf </p>
</body>
</html>

20
mdp.php

@ -1,17 +1,21 @@
<!DOCTYPE html>
<html>
<head>
<link href="msjs.css" rel="stylesheet">
<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">
<p>
<input type="password" name="mot-de-passe" />
<input type="submit" value="Valider" />
</p>
</form>
<p>Le<b><strong><mark>motdepasse</mark></strong></b> ne peut être trouvé que par les plus réfléchis</p>
<div class="fond">
<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">
<p>
<input type="password" name="mot-de-passe" />
<input type="submit" value="Valider" />
</p>
</form>
<p>Le<b><strong><mark>motdepasse</mark></strong></b> ne peut être trouvé que par les plus réfléchis</p>
<li> <a href="Nouveau document texte.html">Bloc notes</a><li/>
</div>
</body>
</html>

6
msjs.css

@ -3,7 +3,6 @@ header
{
background-color: #202020;
background-repeat: no-repeat;
position: fixed;
background-size: 100% 100%;
width: 100%;
text-align:center;
@ -44,3 +43,8 @@ pText
{
text-align:start;
}
.fond
{
background-image: "pb_facade.jpg";
}

BIN
pb_facade.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 112 KiB

BIN
un-rat-taupe-nu_6175132.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Loading…
Cancel
Save