tyriaa commited on
Commit
50a5d82
·
1 Parent(s): 1a77ad4

Initial deployment 00

Browse files
Files changed (2) hide show
  1. .DS_Store +0 -0
  2. templates/index.html +8 -0
.DS_Store ADDED
Binary file (6.15 kB). View file
 
templates/index.html CHANGED
@@ -140,8 +140,16 @@
140
 
141
  const categoryDescriptions = {
142
  1: "Accident",
 
 
 
 
143
  6: "Embouteillage",
 
 
144
  9: "Travaux routiers",
 
 
145
  14: "Véhicule en panne"
146
  };
147
 
 
140
 
141
  const categoryDescriptions = {
142
  1: "Accident",
143
+ 2: "Brouillard",
144
+ 3: "Conditions dangereuses",
145
+ 4: "Pluie",
146
+ 5: "Verglas",
147
  6: "Embouteillage",
148
+ 7: "Voie fermée",
149
+ 8: "Route fermée",
150
  9: "Travaux routiers",
151
+ 10: "Vent",
152
+ 11: "Inondation",
153
  14: "Véhicule en panne"
154
  };
155