root 3 년 전
부모
커밋
b84aacb8c8
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      index.html

+ 3 - 3
index.html

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