-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path5page5.html
executable file
·64 lines (32 loc) · 1.2 KB
/
5page5.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
<!DOCTYPE html>
<!--ok-->
<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 class="page choix">
<a href="4page4.html"><img src="" class="fleche"></a>
<form action="traitement.php" method="post">
<p class="text">La pollution concernée ? </p>
<a href="6page6.html">
<img src="picto/fumé.png" class="picto">
<input type="button" name="polution_air" value=" Des émissions diffuses" class="air"></input>
</a>
<a href="6page6.html">
<img src="picto/canalisé.png" class="picto">
<input type="button" name="polution_air" value=" Des émissions canalisées" class="air"></input>
</a>
<a href="17page17.html">
<img src="picto/odeur.png" class="picto">
<input type="button" name="polution_air" value="Odeurs" class="air"></input>
</a>
</form>
</div>
</body>
</html>