| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 | <!DOCTYPE html><html lang="en" ><head>    <meta charset="UTF-8">    <meta name="viewport" content="width=device-width, initial-scale=1.0">    <title>隱私政策及使用條款</title>    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css">    <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp"        crossorigin="anonymous">    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous">    <script src="https://unpkg.com/axios/dist/axios.min.js"></script>    <style>    .h2 {        text-align: center;        font-size: 1.2rem;        font-weight: 500;        margin-top: 2rem;    }    .terms {        font-size: .9rem;        width: 95%;        min-width: 250px;        height: auto;        overflow: scroll;        margin-bottom: 1rem;        margin-left: auto;        margin-right: auto;        border: 1px solid rgb(163, 163, 163);        line-height: 1.5rem;    }    .pl-0 {        padding-left: 0;    }    </style></head><body>    <div class="container">            <main>            <h2 class="h2">隱私政策及使用條款</h2>            <div class="terms">            <ol class="pl-0">                <li>1. 集仕多股份有限公司(以下簡稱本公司),依需要取得您個人資料,並依個人資料保護法及相關法令規定,蒐集、處理及利用您個人資料。</li>            </ol>            </div>                        <!-- <button class="btn-term-exit" onclick="window.history.back();">回上一頁</button> -->        </main>        <div class="text-center">    <!--        <img class="img-fluid mb-3" src="images/banner-bottom.jpg" alt="幸福空間 - 裝修市場問卷調查">    -->        </div>    </div>    <script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>    <script src='https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js'></script></body></html>
 |