Merge branch 'main' of https://git.etud.insa-toulouse.fr/mougnibas/projet-clicodrome
This commit is contained in:
commit
486a76cde0
1 changed files with 8 additions and 36 deletions
|
@ -4,10 +4,6 @@
|
||||||
"nom": "HTML",
|
"nom": "HTML",
|
||||||
"elements": {
|
"elements": {
|
||||||
"button": {
|
"button": {
|
||||||
"nom": "button",
|
|
||||||
"cout": 30,
|
|
||||||
"boost": 10,
|
|
||||||
"borne": 20
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"boost": 30,
|
"boost": 30,
|
||||||
|
@ -22,10 +18,7 @@
|
||||||
"nom": "HTML+",
|
"nom": "HTML+",
|
||||||
"elements": {
|
"elements": {
|
||||||
"button": {
|
"button": {
|
||||||
"nom": "button",
|
|
||||||
"cout": 10,
|
|
||||||
"boost": 10,
|
|
||||||
"borne": 5
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"boost": 10,
|
"boost": 10,
|
||||||
|
@ -40,10 +33,7 @@
|
||||||
"nom": "HTML 2.0",
|
"nom": "HTML 2.0",
|
||||||
"elements": {
|
"elements": {
|
||||||
"button": {
|
"button": {
|
||||||
"nom": "button",
|
|
||||||
"cout": 10,
|
|
||||||
"boost": 10,
|
|
||||||
"borne": 10
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"boost": 10,
|
"boost": 10,
|
||||||
|
@ -58,10 +48,7 @@
|
||||||
"nom": "HTML 3.2",
|
"nom": "HTML 3.2",
|
||||||
"elements": {
|
"elements": {
|
||||||
"button": {
|
"button": {
|
||||||
"nom": "button",
|
|
||||||
"cout": 10,
|
|
||||||
"boost": 10,
|
|
||||||
"borne": 10
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"boost": 10,
|
"boost": 10,
|
||||||
|
@ -76,10 +63,7 @@
|
||||||
"nom": "HTML 4.01",
|
"nom": "HTML 4.01",
|
||||||
"elements": {
|
"elements": {
|
||||||
"button": {
|
"button": {
|
||||||
"nom": "button",
|
|
||||||
"cout": 10,
|
|
||||||
"boost": 10,
|
|
||||||
"borne": 10
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"boost": 10,
|
"boost": 10,
|
||||||
|
@ -94,10 +78,7 @@
|
||||||
"nom": "XHTML 4.01",
|
"nom": "XHTML 4.01",
|
||||||
"elements": {
|
"elements": {
|
||||||
"button": {
|
"button": {
|
||||||
"nom": "button",
|
|
||||||
"cout": 10,
|
|
||||||
"boost": 10,
|
|
||||||
"borne": 10
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"boost": 10,
|
"boost": 10,
|
||||||
|
@ -112,10 +93,7 @@
|
||||||
"nom": "XHTML 1.0",
|
"nom": "XHTML 1.0",
|
||||||
"elements": {
|
"elements": {
|
||||||
"button": {
|
"button": {
|
||||||
"nom": "button",
|
|
||||||
"cout": 10,
|
|
||||||
"boost": 10,
|
|
||||||
"borne": 10
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"boost": 10,
|
"boost": 10,
|
||||||
|
@ -130,10 +108,7 @@
|
||||||
"nom": "HTML 5",
|
"nom": "HTML 5",
|
||||||
"elements": {
|
"elements": {
|
||||||
"button": {
|
"button": {
|
||||||
"nom": "button",
|
|
||||||
"cout": 10,
|
|
||||||
"boost": 10,
|
|
||||||
"borne": 10
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"boost": 10,
|
"boost": 10,
|
||||||
|
@ -148,10 +123,7 @@
|
||||||
"nom": "XHTML 5",
|
"nom": "XHTML 5",
|
||||||
"elements": {
|
"elements": {
|
||||||
"button": {
|
"button": {
|
||||||
"nom": "button",
|
|
||||||
"cout": 10,
|
|
||||||
"boost": 10,
|
|
||||||
"borne": 10
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"boost": 10,
|
"boost": 10,
|
||||||
|
|
Loading…
Reference in a new issue