bim-support-header.html 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>BIM支援網</title>
  6. <meta content="HTML5 Admin Template"
  7. name="keywords">
  8. <meta content="JSOFT Admin - Responsive HTML5 Template"
  9. name="description">
  10. <meta content="JSOFT.net"
  11. name="author">
  12. <meta content="text/html; charset=utf-8"
  13. http-equiv="Content-Type"><!-- Mobile Metas -->
  14. <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
  15. name="viewport"><!-- Unity CSS -->
  16. <link href="C3Dev/TemplateData/style.css"
  17. rel="stylesheet"><!-- Web Fonts -->
  18. <link href="http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Shadows+Into+Light"
  19. rel="stylesheet"
  20. type="text/css"><!-- Vendor CSS -->
  21. <link href="assets/vendor/bootstrap/css/bootstrap.css"
  22. rel="stylesheet">
  23. <link href="assets/vendor/font-awesome/css/font-awesome.css"
  24. rel="stylesheet">
  25. <link href="assets/vendor/magnific-popup/magnific-popup.css"
  26. rel="stylesheet">
  27. <link href="assets/vendor/bootstrap-datepicker/css/datepicker3.css"
  28. rel="stylesheet">
  29. <link href="assets/vendor/pnotify/pnotify.custom.css"
  30. rel="stylesheet"><!-- Specific Page Vendor CSS -->
  31. <link href="assets/vendor/jquery-ui/css/ui-lightness/jquery-ui-1.10.4.custom.css"
  32. rel="stylesheet">
  33. <link href="assets/vendor/bootstrap-multiselect/bootstrap-multiselect.css"
  34. rel="stylesheet">
  35. <link href="assets/vendor/morris/morris.css"
  36. rel="stylesheet">
  37. <link href="assets/vendor/bootstrap-fileupload/bootstrap-fileupload.min.css"
  38. rel="stylesheet">
  39. <link href="assets/vendor/isotope/jquery.isotope.css"
  40. rel="stylesheet"><!-- Theme CSS -->
  41. <link href="assets/stylesheets/theme.css"
  42. rel="stylesheet"><!-- Skin CSS -->
  43. <link href="assets/stylesheets/skins/default.css"
  44. rel="stylesheet"><!-- Theme Custom CSS -->
  45. <link href="assets/stylesheets/theme-custom.css"
  46. rel="stylesheet">
  47. <link href="https://cdn.datatables.net/1.10.25/css/jquery.dataTables.css"
  48. rel="stylesheet"
  49. type="text/css"><!-- Icon -->
  50. <link href="assets/images/favicon.ico"
  51. rel="shortcut icon"><!-- BIM支援網CSS -->
  52. <link href="./script/css/bim-support.css"
  53. rel="stylesheet"
  54. type="text/css"><!-- Head Libs -->
  55. <script src="assets/vendor/modernizr/modernizr.js"></script><!-- chart.js -->
  56. <script src="https://cdn.jsdelivr.net/npm/chart.js@3.1.1"></script><!-- DataTable -->
  57. <script src="assets/vendor/jquery/jquery.js"></script><!--<script src="assets/vendor/vue/vue.js"></script>-->
  58. <script src="https://unpkg.com/vue@next"></script>
  59. <script charset="utf8"
  60. src="https://cdn.datatables.net/1.10.25/js/jquery.dataTables.js"
  61. type="text/javascript"></script>
  62. <script src="assets/vendor/pnotify/pnotify.custom.js"></script>
  63. <script src="script/js/getEquipmentJson.js"></script>
  64. </head>
  65. <body>
  66. </body>
  67. </html>