Parcourir la source

Update index.js

Handiri Amine il y a 5 ans
Parent
commit
328696e94a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      WebContent/js/index.js

+ 1 - 1
WebContent/js/index.js

@@ -1,6 +1,6 @@
 window.onload = function() {
    const xmlhttp = new XMLHttpRequest();
-   const formats = ["Accueil", "Espace 1", "Espace 2"]
+   const formats = ["Espace accueil", "realite virtuelle", "musee numerique", "cyber base", "shooting photo", "jeux videos", "espace scenique"]
 
    // Get JSON File
    xmlhttp.onreadystatechange = function() {