index.html 1.1 KB

12345678910111213141516171819202122232425262728293031
  1. <!DOCTYPE html>
  2. <html lang="en" >
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>幸福空間 - 問卷調查</title>
  6. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css">
  7. <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp"
  8. crossorigin="anonymous">
  9. <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous">
  10. <link rel="stylesheet" href="./style.css">
  11. <script src="https://unpkg.com/axios/dist/axios.min.js"></script>
  12. </head>
  13. <body>
  14. <!-- Global site tag (gtag.js) - Google Analytics -->
  15. <script async src="https://www.googletagmanager.com/gtag/js?id=G-CGZQ45GNME"></script>
  16. <script>
  17. window.dataLayer = window.dataLayer || [];
  18. function gtag(){dataLayer.push(arguments);}
  19. gtag('js', new Date());
  20. gtag('config', 'G-CGZQ45GNME');
  21. </script>
  22. <script>
  23. window.location.href = "https://line.me/R/ti/p/@064mjcjv";
  24. </script>
  25. </body>
  26. </html>