This commit is contained in:
LucasVbr
2021-08-31 13:51:15 +02:00
parent 0d552dd987
commit aceb3402f2
6 changed files with 114 additions and 146 deletions
+20
View File
@@ -0,0 +1,20 @@
var data = {
"language": {
"french": {
"nav": [
"Accueil",
"A Propos",
"Projets",
"Contact"
]
},
"english": {
"nav": [
"Home",
"About",
"Projects",
"Contact"
]
}
}
}