<!DOCTYPE html>
<html lang="en">
<head>
    <!-- Global site tag (gtag.js) - Google Analytics -->
    <script async src="https://www.googletagmanager.com/gtag/js?id=UA-115450143-1"></script>
    <script>
        window.dataLayer = window.dataLayer || [];
        function gtag(){dataLayer.push(arguments);}
        gtag('js', new Date());

        gtag('config', 'UA-115450143-1');
    </script>

    <meta charset="UTF-8">
    <title>掃碼下載</title>
    <style>
        *{
            margin: 0;
            padding: 0;
        }
        .box{
            width: 512px;
            height: 362px;
        }
        p{
            text-align: center;
            font-size: 16px;
            color:#333333;
        }
        .code{
            margin-top: 80px;
            width: 120px;
            height: 120px;
            padding: 5px;
            /*border: 2px solid #8148d3;*/
            border-radius: 8px;
        }
    </style>
</head>
<body>
    <div class="box">
        <p><img class="code" src="../images/download.png" alt=""></p>
        <p style="margin-top: 20px;">程序員正在玩命開發中</p>
        <p style="margin-top: 10px;">更多體驗請下載螢火蟲APP</p>
    </div>
</body>
</html>