| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- <meta charset="UTF-8">
- <title>BIM元件庫</title>
- <meta name="keywords" content="HTML5 Admin Template" />
- <meta name="description" content="JSOFT Admin - Responsive HTML5 Template">
- <meta name="author" content="JSOFT.net">
- <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
- <!-- Mobile Metas -->
- <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
- <!-- Unity CSS -->
- <link rel="stylesheet" href="C3Dev/TemplateData/style.css">
- <!-- Web Fonts -->
- <link href="http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Shadows+Into+Light" rel="stylesheet"
- type="text/css">
- <!-- Vendor CSS -->
- <link rel="stylesheet" href="assets/vendor/bootstrap/css/bootstrap.css" />
- <link rel="stylesheet" href="assets/vendor/font-awesome/css/font-awesome.css" />
- <link rel="stylesheet" href="assets/vendor/magnific-popup/magnific-popup.css" />
- <link rel="stylesheet" href="assets/vendor/bootstrap-datepicker/css/datepicker3.css" />
- <link rel="stylesheet" href="assets/vendor/pnotify/pnotify.custom.css" />
- <!-- Specific Page Vendor CSS -->
- <link rel="stylesheet" href="assets/vendor/jquery-ui/css/ui-lightness/jquery-ui-1.10.4.custom.css" />
- <link rel="stylesheet" href="assets/vendor/bootstrap-multiselect/bootstrap-multiselect.css" />
- <link rel="stylesheet" href="assets/vendor/morris/morris.css" />
- <link rel="stylesheet" href="assets/vendor/bootstrap-fileupload/bootstrap-fileupload.min.css" />
- <link rel="stylesheet" href="assets/vendor/isotope/jquery.isotope.css" />
- <!-- Theme CSS -->
- <link rel="stylesheet" href="assets/stylesheets/theme.css" />
- <!-- Skin CSS -->
- <link rel="stylesheet" href="assets/stylesheets/skins/default.css" />
- <!-- Theme Custom CSS -->
- <link rel="stylesheet" href="assets/stylesheets/theme-custom.css">
- <link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/1.10.25/css/jquery.dataTables.css">
- <!-- Icon -->
- <link rel="shortcut icon" href="assets/images/favicon.ico" />
- <!-- BIM支援網CSS -->
- <link rel="stylesheet" type="text/css" href="./script/css/bim-support.css">
- <!-- Head Libs -->
- <script src="assets/vendor/modernizr/modernizr.js"></script>
- <!-- chart.js -->
- <script src="https://cdn.jsdelivr.net/npm/chart.js@3.1.1"></script>
- <!-- DataTable -->
- <script src="assets/vendor/jquery/jquery.js"></script>
- <!--<script src="assets/vendor/vue/vue.js"></script>-->
- <script src="https://unpkg.com/vue@next"></script>
- <script type="text/javascript" charset="utf8" src="https://cdn.datatables.net/1.10.25/js/jquery.dataTables.js"></script>
- <script src="assets/vendor/pnotify/pnotify.custom.js"></script>
- <script src="script/js/getEquipmentJson.js"></script>
|