ckt的看板部分
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
1.7 KiB

4 years ago
  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. <link rel="icon" href="<%= BASE_URL %>favicon.ico">
  8. <link crossorigin="anonymous"
  9. integrity="sha512-c42qTSw/wPZ3/5LBzD+Bw5f7bSF2oxou6wEb+I/lqeaKV5FDIfMvvRp772y4jcJLKuGUOpbJMdg/BTl50fJYAw=="
  10. href="https://lib.baomitu.com/animate.css/4.1.1/animate.min.css" rel="stylesheet">
  11. <title>看板</title>
  12. <script type="text/javascript" src="jquery/jquery-2.1.4.js"></script>
  13. <script type="text/javascript" src="echarts2/echarts.js"></script>
  14. <script type="text/javascript" src="bootstrap-3.3.7/js/bootstrap.js"></script>
  15. <script type="text/javascript" src="bootstrap-3.3.7/js/bootstrap-table.js"></script>
  16. <script type="text/javascript" src="export/bootstrap-table-export.js"></script>
  17. <script type="text/javascript" src="export/FileSaver.min.js"></script>
  18. <script type="text/javascript" src="export/tableExport.js"></script>
  19. <script type="text/javascript" src="export/xlsx.core.min.js"></script>
  20. <style type="text/css">
  21. html, body {
  22. height: 95%;
  23. }
  24. </style>
  25. </head>
  26. <body>
  27. <img src="/img/checkpoint-logo.png" style="width: 250px;z-index:0;position:fixed;left:0;top:0"/>
  28. <img class="opacity2" src="/img/factory.jpg" width="100%" height="100%"
  29. style="z-index:-100;position:fixed;left:0;top:0"/>
  30. <noscript>
  31. <strong>We're sorry but doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
  32. </noscript>
  33. <div id="app"></div>
  34. <!-- built files will be auto injected -->
  35. </body>
  36. </html>