bim-support-header.html 2.6 KB

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