index.html 734 B

1234567891011121314151617181920212223
  1. <!DOCTYPE html>
  2. <html lang="zh-cmn-Hans">
  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, maximum-scale=1, user-scalable=no" />
  7. <meta name="robots" content="noindex,nofllow" />
  8. <meta name="generator" content="Halo" />
  9. <link rel="icon" href="<%= BASE_URL %>logo.png" />
  10. <title>Halo Dashboard</title>
  11. </head>
  12. <body>
  13. <noscript>
  14. <strong
  15. >We're sorry but vue-antd-pro doesn't work properly without JavaScript enabled. Please enable it to
  16. continue.</strong
  17. >
  18. </noscript>
  19. <div id="app"></div>
  20. <!-- built files will be auto injected -->
  21. </body>
  22. </html>