index.html 918 B

12345678910111213141516171819202122232425262728
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta name="viewport" content="width=device-width, initial-scale=1" />
  6. <title>Solid App</title>
  7. <script
  8. src="https://djweb.smcic.net/tool/tagcanvas.min.js"
  9. type="text/javascript"
  10. charset="utf-8"
  11. ></script>
  12. <script
  13. src="https://djweb.smcic.net/modules/layDate-v5.3.1/laydate/laydate.js"
  14. type="text/javascript"
  15. charset="utf-8"
  16. ></script>
  17. <link rel="stylesheet" href="https://djweb.smcic.net/tool/Swiper-3.4.2/swiper.min.css">
  18. <script src="https://djweb.smcic.net/tool/Swiper-3.4.2/swiper.jquery.min.js"></script>
  19. <script src="https://djweb.smcic.net/tool/Swiper-3.4.2/swiper.min.js"></script>
  20. </head>
  21. <body>
  22. <noscript>You need to enable JavaScript to run this app.</noscript>
  23. <div id="root"></div>
  24. <script src="/src/index.jsx" type="module"></script>
  25. </body>
  26. </html>