modifyScript.html 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. <!DOCTYPE html>
  2. <html lang="zh-TW">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <meta http-equiv="X-UA-Compatible" content="ie=edge, Chrome=1">
  7. <meta http-equiv="Cache-Control" content="no-cache">
  8. <title>AI Spokesgirl</title>
  9. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css">
  10. <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp"
  11. crossorigin="anonymous">
  12. <link rel="stylesheet"
  13. href="https://use.fontawesome.com/releases/v5.1.0/css/all.css" integrity="sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt"
  14. crossorigin="anonymous">
  15. <link rel="preconnect" href="https://fonts.googleapis.com">
  16. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  17. <link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap" rel="stylesheet">
  18. <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous">
  19. <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/sweetalert2@11.0.18/dist/sweetalert2.min.css">
  20. <link rel="stylesheet" href="static/scss/style.css">
  21. <script src="https://unpkg.com/axios/dist/axios.min.js"></script>
  22. <!-- Google Tag Manager -->
  23. <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
  24. new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
  25. j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
  26. 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
  27. })(window,document,'script','dataLayer','GTM-5M8S4GH');</script>
  28. <!-- End Google Tag Manager -->
  29. </head>
  30. <body>
  31. <div class="container-fluid px-0 mx-0">
  32. <div class="row px-0 mx-0">
  33. <div class="col-lg-12 px-0">
  34. <div>
  35. <form id="msform">
  36. <!-- fieldsets -->
  37. <fieldset class='msrcParent'>
  38. <h3 class="fs-subtitle" set-lan="html:lines">台詞</h3>
  39. <!--
  40. <div class="subtitle-inputs">
  41. <input type="text" name="t1" placeholder="1" style="width:calc(50% - 2rem);">
  42. <input type="text" name="t1" style="width:calc(50% - 2rem);">
  43. </div>
  44. -->
  45. </fieldset>
  46. </form>
  47. </div>
  48. </div>
  49. <input type='button' class='confirmbtn' value='確認'>
  50. </div>
  51. </div>
  52. <footer class="fixed-bottom text-center py-2">
  53. </footer>
  54. <!-- =====================================<script src="static/common.js"></script>============================ -->
  55. <script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
  56. <script src='https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js'></script>
  57. <script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.2/dist/umd/popper.min.js" integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p" crossorigin="anonymous"></script>
  58. <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/js/bootstrap.min.js" integrity="sha384-Atwg2Pkwv9vp0ygtn1JAojH0nYbwNJLPhwyoVbhoPwBhjQPR5VtM2+xf0Uwh9KtT" crossorigin="anonymous"></script>
  59. <script src="https://cdn.jsdelivr.net/npm/sweetalert2@11.0.18/dist/sweetalert2.all.min.js"></script>
  60. <script src="static/script_util.js"></script>
  61. </body>
  62. </html>