index.html 1.1 KB

1234567891011121314151617181920212223242526272829303132
  1. <!DOCTYPE html>
  2. <html lang="zh-CN">
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  7. <meta
  8. name="keywords"
  9. content="django-vue3-admin"
  10. />
  11. <meta
  12. name="description"
  13. content="django-vue3-admin,基于 vue3 + CompositionAPI + typescript + vite + element plus, 是一款全栈,快速,开源的后台管理系统!"
  14. />
  15. <link rel="icon" href="/favicon.ico" />
  16. <title>django-vue3-admin</title>
  17. </head>
  18. <body>
  19. <div id="app"></div>
  20. <!-- <script type="text/javascript">
  21. // let _hmt = _hmt || [];
  22. (function () {
  23. let hm = document.createElement('script');
  24. hm.src = 'https://hm.baidu.com/hm.js?d9c8b87d10717013641458b300c552e4';
  25. let s = document.getElementsByTagName('script')[0];
  26. s.parentNode.insertBefore(hm, s);
  27. })();
  28. </script> -->
  29. <script type="module" src="/src/main.ts"></script>
  30. <!-- <script type="text/javascript" src="https://api.map.baidu.com/api?v=3.0&ak=wsijQt8sLXrCW71YesmispvYHitfG9gv&s=1"></script> -->
  31. </body>
  32. </html>