| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 | <!DOCTYPE html><html lang="en"><head>    <meta charset="UTF-8">    <meta name="viewport" content="width=device-width, initial-scale=1.0">    <title>幸福空間 - 問卷調查</title><!-- Global site tag (gtag.js) - Google Ads: 673725167 --><script async src="https://www.googletagmanager.com/gtag/js?id=AW-673725167"></script><script>window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);}gtag('js', new Date());  gtag('config', 'UA-133449203-1');gtag('config', 'AW-673725167');</script><script>function gtag_report_conversion(url) {var callback = function () {if (typeof(url) != 'undefined') {window.location = url;}};gtag('event', 'conversion', {'send_to': 'AW-673725167/pOjICLCHpdICEO_1oMEC','event_callback': callback});return false;}</script><!-- Facebook Pixel Code --><script>!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window, document,'script','https://connect.facebook.net/en_US/fbevents.js');fbq('init', '585285442299590');fbq('track', 'PageView');</script><noscript><img height="1" width="1" style="display:none"src="https://www.facebook.com/tr?id=585285442299590&ev=PageView&noscript=1"/></noscript><!-- End Facebook Pixel Code -->    <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">    <link rel="stylesheet" href="./style2.css"></head><body>    <nav class="navbar navbar-expand-lg sticky-top p-0">        <div class="container d-flex flex-column img_banner">        <!--<a class="navbar-brand" href="#">Navbar</a> -->          <!-- <div class="title__block">            <img src="https://hhh.com.tw/assets/images/hhh-logo2.svg" width="145" height="40" alt="hhh-logo" class="img_logo">            <span class="sub-logo mb-0">裝修市調</span>          </div>          <span class="slogan">送五萬元裝潢折抵券+咖啡折價券</span>        </div> -->      </nav>      <main>        <!-- Line 前一百名 -->      <div class="">        <div class="thankyou">            <h3>再次感謝您的協助填寫</h3>            <img src="images/checked.png" alt="" class="mb-2">            <p></p>            <a href="http://www.hhh.com.tw"><button class="btn-exit">離開</button></a>        </div>        </div>    </main>    <script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>    <script src="./script.js"></script>  </body></html>
 |