Browse Source

modifdebafo

El Haji Fofana 1 year ago
parent
commit
5eea549e28
2 changed files with 32 additions and 0 deletions
  1. 32
    0
      JustePrix.html
  2. BIN
      Lagaf.jpg

+ 32
- 0
JustePrix.html View File

@@ -0,0 +1,32 @@
1
+<!DOCTYPE HTML>
2
+<meta charset="UTF-8">
3
+<meta http-equiv="X-UA-Compatible" content="IE=edge">
4
+<meta name="viewport" content="width=device-width, initial-scale=1.0">
5
+<link rel="stylesheet" href="style.css" type="text/css">
6
+<html>
7
+    <head>
8
+	<title>JustePrix</title>
9
+    </head>
10
+	
11
+    <body>
12
+	<header>
13
+		<nav>
14
+			<a href="Page1.html">Home</a>
15
+			<a href="Puissance4.html">Puissance 4</a>
16
+			<a href="Morpion.html">Morpion</a>
17
+			<a href="Snake.html">Snake</a>
18
+			<a href="JustePrix.html">Juste Prix</a>
19
+		</nav>
20
+	</header>
21
+	<main>
22
+        <p>Regle Du Juste Prix</p>
23
+        <img src="Lagaf.jpg" id="Lagaf">
24
+        <p></p>
25
+        <div id="BoiteNb">
26
+            <label for="Inp_Valeur"> Veuillez rentre votre nombre</label>
27
+            <input type="text" id="Inp_Valeur">
28
+        </div>
29
+	</main>
30
+	<footer>&copy; Copyright 2019 by ME. All Rights Reserved.</footer>
31
+    </body>
32
+</html>

BIN
Lagaf.jpg View File


Loading…
Cancel
Save