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