Jelajahi Sumber

Update index.js

Handiri Amine 5 tahun lalu
induk
melakukan
328696e94a
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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() {