diff --git a/newIndex.html b/newIndex.html index 1c9ff4a..3f47dd2 100644 --- a/newIndex.html +++ b/newIndex.html @@ -3,7 +3,8 @@ <head lang="en"> <meta charset="UTF-8"> - <title>touch.js适配手机端整屏滑动</title> + <title>Footseen</title> + <script src="https://www.footseen.com/js/jquery-3.1.1.min.js"></script> <script> var phoneWidth = parseInt(window.screen.width); var phoneScale = phoneWidth / 640; @@ -26,7 +27,6 @@ <link rel="stylesheet" href="https://www.footseen.com/css/newIndex.css?v=202104061611111111111111"> <link rel="stylesheet" href="css/new/common.css"> <link rel="stylesheet" href="css/new/index.css"> - <script src="http://www.jq22.com/jquery/jquery-1.10.2.js"></script> <script src="js/new/touch-0.2.14.min.js"></script> </head>