bim-support-header.html 3.0 KB

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