root 4 vuotta sitten
vanhempi
commit
a25b2c4841
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      index.html

+ 2 - 2
index.html

@@ -125,10 +125,10 @@
             setTimeout(() => { imgload(); }, 500)
         }
         document.getElementById('hk').onclick = function () {
-            window.location.href = "./hant/";
+            window.location.href = "../hant/";
         }
         document.getElementById('cn').onclick = function () {
-            window.location.href = "./hans/";
+            window.location.href = "../hans/";
         }
     </script>
     <!-- docsify -->