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

libai / fireflyReg

  • 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
  • fireflyReg
  • peachPay
  • paysos.html
Find file
BlameHistoryPermalink
  • libai's avatar
    测试 · 8e24e39a
    libai committed a year ago
    8e24e39a
paysos.html 2.05 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 41 42 43 44 45 46
<!DOCTYPE html>
<html>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-115294467-1"></script>
<script>
    window.dataLayer = window.dataLayer || [];
    function gtag(){dataLayer.push(arguments);}
    gtag('js', new Date());

    gtag('config', 'UA-115294467-1');
</script>
<meta charset="UTF-8">
<meta name="viewport"   content="width=device-width, initial-scale=1, maximum-scale=1, 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">
<link rel="stylesheet" href="../css/base.css"/>
<link rel="stylesheet" href="../css/phonepay.css?v='20180509'"/>
<script src="../lib/jquery-3.1.1.min.js"></script>
<link rel="stylesheet" href="../css/bootstrap.min.css"/>
<title>金幣儲值</title>
<meta name="keywords" content="FireFly,直播福利,直播,uplive,美女直播,美女視頻,泡泡寶盒,視頻直播,一直播,rc唱唱,美女直播間,丫播直播">
<meta name="description" content="FireFly直播,深夜福利派送秀場。花樣主播私密秀,直播分享生活日常,記錄生活點點滴滴,陪你一起度過最美的時光,在直播間偶遇你的TA,連麥私聊,親密互動,說說生活,聊聊人生,談談理想......">
</head>
<body>
<!--<h3 class="lo-top">FireFly線上儲值</h3>-->
<div style="padding-top: 1rem;"></div>
<div style="height: 0.8rem;background: #F7F7F7;"></div>
<div class="nav">
    <span>用戶登錄></span>
    <span>儲值金額></span>
    <span id="pitch">儲值完成</span>
</div>
<div class="text-center" style="margin-top: 8rem;">
    <img src="../img/sos.svg">
    <p style="margin-top: 3rem;font-size: 2rem">儲值失敗,請檢查餘額是否充足并再試一次充值流程</p>
</div>
</body>
<script src="../lib/jquery.cookie.js"></script>
<script>
    setTimeout(function () {
        window.location.href='../phone.html';
    },20000)
</script>
</html>