| 12345678910111213141516171819 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="utf-8" />
- <meta http-equiv="X-UA-Compatible" content="IE=edge" />
- <meta name="viewport" content="width=device-width,initial-scale=1.0" />
- <link rel="icon" href="<%= BASE_URL %>logo.png" />
- <link
- rel="stylesheet"
- href="//at.alicdn.com/t/font_872076_px1yla3nu2.css"
- media="all"
- />
- <title>微服务平台</title>
- </head>
- <body>
- <div id="app"></div>
- </body>
- </html>
|