index.html 993 B

1234567891011121314151617181920212223242526272829303132
  1. <!DOCTYPE html>
  2. <html lang="en">
  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. <link rel="icon" href="<%= BASE_URL %>favicon.png">
  8. <title>ant-design-vue-pro</title>
  9. </head>
  10. <body>
  11. <noscript>
  12. <strong>We're sorry but ant-design-vue-pro doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
  13. </noscript>
  14. <div id="app"></div>
  15. <!-- built files will be auto injected -->
  16. <link rel="stylesheet/less" type="text/css" href="/color.less" />
  17. <script>
  18. window.less = {
  19. async: false,
  20. env: 'production',
  21. javascriptEnabled: true,
  22. modifyVars: {
  23. "primary-color": "#1DA57A"
  24. },
  25. };
  26. </script>
  27. <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/less.js/2.7.2/less.min.js"></script>
  28. </body>
  29. </html>