index.html 583 B

12345678910111213141516171819202122
  1. <!doctype html>
  2. <html lang="zh-CN">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>大势医院输送保障管理平台</title>
  6. <base href="/">
  7. <meta http-equiv="Expires" content="0">
  8. <meta http-equiv="Pragma" content="no-cache">
  9. <meta http-equiv="Cache-control" content="no-cache">
  10. <meta http-equiv="Cache" content="no-cache">
  11. <meta name="renderer" content="webkit">
  12. <meta name="viewport" content="width=device-width, initial-scale=1">
  13. <link rel="icon" type="image/x-icon" href="favicon.ico">
  14. </head>
  15. <body>
  16. <app-root class="display_flex"></app-root>
  17. </body>
  18. </html>