index_complete_line.html 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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. <!-- Global site tag (gtag.js) - Google Ads: 673725167 -->
  8. <script async src="https://www.googletagmanager.com/gtag/js?id=AW-673725167"></script>
  9. <script>
  10. window.dataLayer = window.dataLayer || [];
  11. function gtag(){dataLayer.push(arguments);}
  12. gtag('js', new Date());
  13. gtag('config', 'UA-133449203-1');
  14. gtag('config', 'AW-673725167');
  15. </script>
  16. <script>
  17. function gtag_report_conversion(url) {
  18. var callback = function () {
  19. if (typeof(url) != 'undefined') {
  20. window.location = url;
  21. }
  22. };
  23. gtag('event', 'conversion', {
  24. 'send_to': 'AW-673725167/pOjICLCHpdICEO_1oMEC',
  25. 'event_callback': callback
  26. });
  27. return false;
  28. }
  29. </script>
  30. <!-- Facebook Pixel Code -->
  31. <script>
  32. !function(f,b,e,v,n,t,s)
  33. {if(f.fbq)return;n=f.fbq=function(){n.callMethod?
  34. n.callMethod.apply(n,arguments):n.queue.push(arguments)};
  35. if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
  36. n.queue=[];t=b.createElement(e);t.async=!0;
  37. t.src=v;s=b.getElementsByTagName(e)[0];
  38. s.parentNode.insertBefore(t,s)}(window, document,'script',
  39. 'https://connect.facebook.net/en_US/fbevents.js');
  40. fbq('init', '585285442299590');
  41. fbq('track', 'PageView');
  42. </script>
  43. <noscript><img height="1" width="1" style="display:none"
  44. src="https://www.facebook.com/tr?id=585285442299590&ev=PageView&noscript=1"
  45. /></noscript>
  46. <!-- End Facebook Pixel Code -->
  47. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css">
  48. <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp"
  49. crossorigin="anonymous">
  50. <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous">
  51. <link rel="stylesheet" href="./style2.css">
  52. </head>
  53. <body>
  54. <nav class="navbar navbar-expand-lg sticky-top p-0">
  55. <div class="container d-flex flex-column img_banner">
  56. <!--<a class="navbar-brand" href="#">Navbar</a> -->
  57. <!-- <div class="title__block">
  58. <img src="https://hhh.com.tw/assets/images/hhh-logo2.svg" width="145" height="40" alt="hhh-logo" class="img_logo">
  59. <span class="sub-logo mb-0">裝修市調</span>
  60. </div>
  61. <span class="slogan">送五萬元裝潢折抵券+咖啡折價券</span>
  62. </div> -->
  63. </nav>
  64. <main>
  65. <!-- Line 前一百名 -->
  66. <div class="">
  67. <div class="thankyou">
  68. <h3>再次感謝您的協助填寫</h3>
  69. <img src="images/checked.png" alt="" class="mb-2">
  70. <p></p>
  71. <a href="http://www.hhh.com.tw"><button class="btn-exit">離開</button></a>
  72. </div>
  73. </div>
  74. </main>
  75. <script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
  76. <script src="./script.js"></script>
  77. </body>
  78. </html>