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
  • peach
  • getBack
  • tips.html
Find file
Normal viewHistoryPermalink
tips.html 1.28 KB
Newer Older
libai's avatar
测试
8e24e39a
 
libai committed a year ago
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
<!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">
    <link rel="stylesheet" href="css/base.css">
    <link rel="stylesheet" href="css/index.css">
    <script src="lib/fsize.js"></script>
    <title>老用戶找回引導</title>
</head>
<body>
<div class="bg">
    <img style="    width: 3.33rem;padding-top: 2rem;padding-left: 3.33rem;" src="images/xing.png" alt="">
    <h1 style="    color: #ffffff;font-size: 0.37rem;line-height: 0.7rem;padding-top: 1rem;width: 8rem;margin-left: 1rem;">
        老賬戶找回需要打開瀏覽器,建議使用Chrome瀏覽器或Safari瀏覽器打開。</h1>
    <button class="back-btn">打開瀏覽器</button>
</div>

</body>
<script src="lib/jquery-3.1.1.min.js"></script>
<script>
    $(".back-btn").on("click", function () {
        facebookReplace()
    })
    function facebookReplace(){
        window.location.href='https://firefly.facebook_count_replace.io';
    }
</script>
</html>