-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (39 loc) · 1.42 KB
/
index.html
File metadata and controls
43 lines (39 loc) · 1.42 KB
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 lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./css/styles.css">
<link rel="stylesheet" href="./css/accueil.css">
<script src="./js/footer_header/header.js" defer></script>
<script src="./js/footer_header/footer.js" defer></script>
<title>Ecostat</title>
</head>
<body>
<div id="header_dv"></div>
<div class="bloc">
<h2 class="titre centrer">Bienvenue sur Ecostat</h2>
<div id="listeBoutons">
<h3 class="boutons"><a href="./html/co2_maison.html">
<div class="icone">
<img src="./html/ressources/icones/house.png" alt=""/>
</div>
Questionnaire domicile</a>
</h3>
<h3 class="boutons"><a href="./html/co2_transport.html">
<div class="icone">
<img src="./html/ressources/icones/car.png" alt=""/>
</div>
Questionnaire déplacements</a>
</h3>
<h3 id="lastB" class="boutons"><a href="./html/co2_resumer.html">
<div class="icone">
<img src="./html/ressources/icones/graph.png" alt=""/>
</div>
Vos statistiques d'émission</a>
</h3>
</div>
</div>
<div id="footer_dv"></div>
</body>
</html>