index.html 494 B

12345678910111213141516171819
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width,initial-scale=1.0">
  6. <!-- 页面增加icon图标 -->
  7. <link rel="shortcut icon" type="image/x-icon" href="./favicon.ico" rel="external nofollow" />
  8. <script src="https://g.alicdn.com/dingding/dinglogin/0.0.5/ddLogin.js"></script>
  9. <title>后端管理平台</title>
  10. </head>
  11. <body>
  12. <!-- built files will be auto injected -->
  13. <div id="app"></div>
  14. </body>
  15. </html>