privacy.html 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <!DOCTYPE html>
  2. <html lang="en" >
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <title>隱私政策及使用條款</title>
  7. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css">
  8. <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp"
  9. crossorigin="anonymous">
  10. <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous">
  11. <script src="https://unpkg.com/axios/dist/axios.min.js"></script>
  12. <style>
  13. .h2 {
  14. text-align: center;
  15. font-size: 1.2rem;
  16. font-weight: 500;
  17. margin-top: 2rem;
  18. }
  19. .terms {
  20. font-size: .9rem;
  21. width: 95%;
  22. min-width: 250px;
  23. height: auto;
  24. overflow: scroll;
  25. margin-bottom: 1rem;
  26. margin-left: auto;
  27. margin-right: auto;
  28. border: 1px solid rgb(163, 163, 163);
  29. line-height: 1.5rem;
  30. }
  31. .pl-0 {
  32. padding-left: 0;
  33. }
  34. </style>
  35. </head>
  36. <body>
  37. <div class="container">
  38. <main>
  39. <h2 class="h2">隱私政策及使用條款</h2>
  40. <div class="terms">
  41. <ol class="pl-0">
  42. <li>1. 集仕多股份有限公司(以下簡稱本公司),依需要取得您個人資料,並依個人資料保護法及相關法令規定,蒐集、處理及利用您個人資料。</li>
  43. </ol>
  44. </div>
  45. <!-- <button class="btn-term-exit" onclick="window.history.back();">回上一頁</button> -->
  46. </main>
  47. <div class="text-center">
  48. <!--
  49. <img class="img-fluid mb-3" src="images/banner-bottom.jpg" alt="幸福空間 - 裝修市場問卷調查">
  50. -->
  51. </div>
  52. </div>
  53. <script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
  54. <script src='https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js'></script>
  55. </body>
  56. </html>