haizemu пре 4 месеци
родитељ
комит
8e175171ca
3 измењених фајлова са 7 додато и 1 уклоњено
  1. BIN
      .DS_Store
  2. 1 1
      index.html
  3. 6 0
      js/index.js

+ 1 - 1
index.html

@@ -42,7 +42,7 @@
         <div class="foot foot2">
             <div class="footer">
                 <p>Copyright© 2016-2024 四川福摩数字科技有限公司 版权所有 | ICP:蜀ICP备17037373号-1 | 营业执照:91510104MA6CNABR2G</p>
-                <p class="p3"><img src="./img/footer01.png" alt="">联网备案号:50019002502299 | <img src="./img/footer02.png" alt="">中国互联网违法和不良信息举报中心</p>
+                <p class="p3"><span class="gopage"><img src="./img/footer01.png" alt="">联网备案号:50019002502299</span> | <img src="./img/footer02.png" alt="">中国互联网违法和不良信息举报中心</p>
             </div>
         </div>
     </div>

+ 6 - 0
js/index.js

@@ -27,6 +27,12 @@ $(document).ready(function() {
   });
 
 
+$(document).ready(function() {
+  $('.gopage').click(function() {
+      window.open('https://beian.miit.gov.cn/','_blank')
+  });
+});
+  
 // $(window).scroll(function(event){
 // checkscroll()
 // });