index.html 930 B

1234567891011121314151617181920212223
  1. <!DOCTYPE html>
  2. <html lang="">
  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. <link rel="icon" href="<%= BASE_URL %>favicon.ico">
  8. <title>采空区信息化管理系统</title>
  9. </head>
  10. <body>
  11. <noscript>
  12. <strong>We're sorry but 采空区信息化管理系统 doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
  13. </noscript>
  14. <script src="./js/jquery-3.1.1.min.js"></script>
  15. <!-- 海康威视 -->
  16. <!-- <script src="./hkws/encryption/AES.js"></script>
  17. <script src="./hkws/encryption/cryptico.min.js"></script>
  18. <script src="./hkws/encryption/crypto-3.1.2.min.js"></script>
  19. <script id="videonode" src="./hkws/webVideoCtrl.js"></script> -->
  20. <div id="app"></div>
  21. <!-- built files will be auto injected -->
  22. </body>
  23. </html>