Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

libai / footseen-large-website

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • footseen-large-website
  • yazhaiTest
  • download
  • down2.html
Find file
BlameHistoryPermalink
  • libai's avatar
    测试 · 44029e45
    libai committed 2 years ago
    44029e45
down2.html 1.32 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="utf-8"/>
    <meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"/>
    <meta name="apple-mobile-web-app-capable" content="yes">
    <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
    <meta content="telephone=no" name="format-detection">
    <meta name="wap-font-scale" content="no">
    <title></title>
    <script src="../lib/fsize.js"></script>
    <link rel="stylesheet" href="../css/base.css">
    <link rel="stylesheet" href="css/index.css">
    <style>

    </style>
</head>
<body style="background: #FFFFFF">
<div class="bg bg2">
    <img class="top" src="images/top2.png" alt="腿控足控天堂">
    <img class="text" src="images/text2.png" alt="更多精彩影片">
    <div class="down-btn"></div>
</div>
</body>
<script src="../lib/jquery-3.1.1.min.js"></script>
<script src="../lib/default.js?v='20220407'"></script>
<script>
$(function(){
    $(".down-btn").on("click",function(){
        var ua = window.navigator.userAgent.toLowerCase();
        if (/iphone|ipad|ipod/.test(ua)) {
            layer.msg("ios開發中,請使用安卓手機下載")
        } else if (/android/.test(ua)) {
           window.localStorage.href=sessionStorage.qd+".apk"
        }
    })
})
</script>
</html>