ソースを参照

Move import up

Paulus Schoutsen 3 年 前
コミット
3ddcacd0ce
1 ファイル変更4 行追加4 行削除
  1. 4 4
      index.html

+ 4 - 4
index.html

@@ -116,6 +116,10 @@
         }
       }
     </style>
+    <script
+      type="module"
+      src="https://unpkg.com/@justinribeiro/lite-youtube@1.3.0/lite-youtube.js"
+    ></script>
     <script module>
       import(
         // In development we import locally.
@@ -486,9 +490,5 @@
         document.querySelector(".not-supported-i").classList.remove("hidden");
       }
     </script>
-    <script
-      type="module"
-      src="https://unpkg.com/@justinribeiro/lite-youtube@1.3.0/lite-youtube.js"
-    ></script>
   </body>
 </html>