1234567891011121314151617 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width,initial-scale=1.0">
- <!-- 页面增加icon图标 -->
- <link rel="shortcut icon" type="image/x-icon" href="./favicon.ico" rel="external nofollow" />
- <title>后端管理平台</title>
- </head>
- <body>
- <!-- built files will be auto injected -->
- <div id="app"></div>
- </body>
- </html>
|