Merge branch 'master' of https://git.etud.insa-toulouse.fr/fofana/Projet_Web
This commit is contained in:
commit
d387f55284
2 changed files with 32 additions and 0 deletions
32
JustePrix.html
Normal file
32
JustePrix.html
Normal file
|
|
@ -0,0 +1,32 @@
|
||||||
|
<!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="style.css" type="text/css">
|
||||||
|
<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>Regle Du Juste Prix</p>
|
||||||
|
<img src="Lagaf.jpg" id="Lagaf">
|
||||||
|
<p></p>
|
||||||
|
<div id="BoiteNb">
|
||||||
|
<label for="Inp_Valeur"> Veuillez rentre votre nombre</label>
|
||||||
|
<input type="text" id="Inp_Valeur">
|
||||||
|
</div>
|
||||||
|
</main>
|
||||||
|
<footer>© Copyright 2019 by ME. All Rights Reserved.</footer>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
BIN
Lagaf.jpg
Normal file
BIN
Lagaf.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
Loading…
Reference in a new issue