index.html 896 B

1234567891011121314151617181920212223242526
  1. <!DOCTYPE html>
  2. <html lang="zh-cn">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width,initial-scale=1.0">
  7. <meta content="vue-admin首页" name="keywords" />
  8. <!-- 自动更新清除缓存机制 -->
  9. <meta http-equiv="pragma" content="no-cache">
  10. <meta http-equiv="cache-control" content="no-cache, no-store, must-revalidate">
  11. <meta http-equiv="expires" content="0">
  12. <link rel="icon" href="favicon.ico">
  13. <!-- <link rel="stylesheet" type="text/css" media="print" href="https://cdn.jsdelivr.net/npm/vue-plugin-hiprint@latest/dist/print-lock.css"> -->
  14. <link rel="stylesheet" type="text/css" media="print" href="./src/assets/css/print-lock.css">
  15. <title></title>
  16. </head>
  17. <body>
  18. <div id="app"></div>
  19. <script type="module" src="./src/main.js"></script>
  20. </body>
  21. </html>