index.html 647 B

12345678910111213141516171819202122
  1. <!--
  2. * @Author: your name
  3. * @Date: 2021-04-23 15:39:41
  4. * @LastEditTime: 2021-04-29 11:22:13
  5. * @LastEditors: Please set LastEditors
  6. * @Description: In User Settings Edit
  7. * @FilePath: /react-antd-admin-template/public/index.html
  8. -->
  9. <!DOCTYPE html>
  10. <html lang="en">
  11. <head>
  12. <meta charset="utf-8" />
  13. <link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
  14. <meta name="viewport" content="width=device-width, initial-scale=1" />
  15. <meta name="theme-color" content="#000000" />
  16. <meta name="description" content="trackMethodology" />
  17. <title>trackMethodology</title>
  18. </head>
  19. <body>
  20. <div id="root"></div>
  21. </body>
  22. </html>