<!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>