-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path9page9.html
executable file
·43 lines (25 loc) · 936 Bytes
/
9page9.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
<!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 class="page choix">
<p class="text">La pollution concernée ? </p>
<form action="traitement.php" method="post"></form>
<a href="10page10.html">
<img src="picto/liquide.png" class="picto">
<input type="button" name="polution_concerné" value="Rejet Liquide" class="sol">
</a>
<a href="18page18.html">
<img src="picto/dechet_solide.png" class="picto">
<input type="button" name="polution_concerné" value="Déchets solide" class="sol">
</a>
</div>
</body>
</html>