-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path8page8.html
executable file
·66 lines (35 loc) · 1.42 KB
/
8page8.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!-- c'est 10 ok -->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="css/button.css">
<link rel="stylesheet" href="css/image.css">
<link rel="stylesheet" href="css/style.css">
<link rel="icon" href="picto/logo.ico">
<title>SOS Environnement</title>
</head>
<body>
<div id="page9" class="page choix ">
<p class="text_de_présentation">Quelle est la nature de la pollution ? </p>
<form action="traitement.php" method="post">
<a href="11page11.html">
<img src="picto/film.png" class="picto">
<input type="button" name="nature_pollution" value="Un film de surface ?" class="eau">
</a>
<a href="11page11.html">
<img src="picto/particule.png" class="picto">
<p class="option"></p>
<input type="button" name="nature_pollution" value="Des particules" class="eau">
</a>
<a href="11page11.html">
<img src="picto/flotant.png" class="picto">
<input type="button" name="nature_pollution" value="Des objets flottants" class="eau">
</a>
<a href="11page11.html">
<img src="picto/couleur.png">
<input type="button" name="nature_pollution" value="Un changement de couleur" class="eau">
</form>
</div>
</body>
</html>