index.html 1.2 KB

1234567891011121314151617181920212223242526272829303132
  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. <link rel="stylesheet" href="./style.css">
  12. <script src="https://unpkg.com/axios/dist/axios.min.js"></script>
  13. </head>
  14. <body>
  15. <!-- Global site tag (gtag.js) - Google Analytics -->
  16. <script async src="https://www.googletagmanager.com/gtag/js?id=G-CGZQ45GNME"></script>
  17. <script>
  18. window.dataLayer = window.dataLayer || [];
  19. function gtag(){dataLayer.push(arguments);}
  20. gtag('js', new Date());
  21. gtag('config', 'G-CGZQ45GNME');
  22. </script>
  23. <script>
  24. window.location.href = "https://line.me/R/ti/p/@064mjcjv";
  25. </script>
  26. </body>
  27. </html>