3
2
Ответвление 0
Projet_Web/JustePrix.html
2022-12-09 10:47:38 +01:00

44 строки
Без EOL
1,5 КиБ
HTML

<!DOCTYPE HTML>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="JustePrix.css" type="text/css">
<script src="JustePrix.js" defer></script>
<html>
<head>
<title>JustePrix</title>
</head>
<body>
<header>
<nav>
<a href="Page1.html">Home</a>
<a href="Puissance4.html">Puissance 4</a>
<a href="Morpion.html">Morpion</a>
<a href="Snake.html">Snake</a>
<a href="JustePrix.html">Juste Prix</a>
</nav>
</header>
<main>
<p></p>
<p class="Titre"><strong>Le Juste Prix</strong></p>
<img src="Lagaf.jpg" class="Lagaf">
<p id="intro">Bonjour mon ami et Bienvenue dans le JUSTE PRIX </p>
<div id="NbAle">
<label for="BorneSup">Veuillez rentrer votre borne supérieur</label>
<input type="text" id="BorneSup">
<button id="Bs" >Acceptation</button> (Cela reinitialise votre compteur)
</div>
<div id="BoiteNb" class="BoiteNb">
<label for="Inp_Valeur"> Veuillez rentrer votre nombre</label>
<input type="text" id="Inp_Valeur">
<button name="btntent" id="btnver">Verification</button>
</div>
<p id="Comp"></p>
<div id="PoM">
<p>Le nombre a trouver est:</p><p id="Resultat"></p>
</div>
</main>
<footer>&copy; Copyright 2019 by ME. All Rights Reserved.</footer>
</body>
</html>