threepipe
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

index.html 348B

123456789101112131415161718
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Basic Lib Import Test</title>
  6. <!-- Import map -->
  7. <script type="importmap">
  8. {
  9. "imports": {
  10. "threepipe": "./../../dist/index.mjs"
  11. }
  12. }
  13. </script>
  14. <script type="module" src="./script.js"></script>
  15. </head>
  16. <body>
  17. </body>