| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="UTF-8">
- <title>BIM支援網</title>
- <meta content="HTML5 Admin Template"
- name="keywords">
- <meta content="JSOFT Admin - Responsive HTML5 Template"
- name="description">
- <meta content="JSOFT.net"
- name="author">
- <meta content="text/html; charset=utf-8"
- http-equiv="Content-Type"><!-- Mobile Metas -->
- <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
- name="viewport"><!-- Unity CSS -->
- <link href="C3Dev/TemplateData/style.css"
- rel="stylesheet"><!-- 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 href="assets/vendor/bootstrap/css/bootstrap.css"
- rel="stylesheet">
- <link href="assets/vendor/font-awesome/css/font-awesome.css"
- rel="stylesheet">
- <link href="assets/vendor/magnific-popup/magnific-popup.css"
- rel="stylesheet">
- <link href="assets/vendor/bootstrap-datepicker/css/datepicker3.css"
- rel="stylesheet">
- <link href="assets/vendor/pnotify/pnotify.custom.css"
- rel="stylesheet"><!-- Specific Page Vendor CSS -->
- <link href="assets/vendor/jquery-ui/css/ui-lightness/jquery-ui-1.10.4.custom.css"
- rel="stylesheet">
- <link href="assets/vendor/bootstrap-multiselect/bootstrap-multiselect.css"
- rel="stylesheet">
- <link href="assets/vendor/morris/morris.css"
- rel="stylesheet">
- <link href="assets/vendor/bootstrap-fileupload/bootstrap-fileupload.min.css"
- rel="stylesheet">
- <link href="assets/vendor/isotope/jquery.isotope.css"
- rel="stylesheet"><!-- Theme CSS -->
- <link href="assets/stylesheets/theme.css"
- rel="stylesheet"><!-- Skin CSS -->
- <link href="assets/stylesheets/skins/default.css"
- rel="stylesheet"><!-- Theme Custom CSS -->
- <link href="assets/stylesheets/theme-custom.css"
- rel="stylesheet">
- <link href="https://cdn.datatables.net/1.10.25/css/jquery.dataTables.css"
- rel="stylesheet"
- type="text/css"><!-- Icon -->
- <link href="assets/images/favicon.ico"
- rel="shortcut icon"><!-- BIM支援網CSS -->
- <link href="./script/css/bim-support.css"
- rel="stylesheet"
- type="text/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 charset="utf8"
- src="https://cdn.datatables.net/1.10.25/js/jquery.dataTables.js"
- type="text/javascript"></script>
- <script src="assets/vendor/pnotify/pnotify.custom.js"></script>
- <script src="script/js/getEquipmentJson.js"></script>
- </head>
- <body>
- </body>
- </html>
|