1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
|
<meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=0"> <meta name="keywords" content=""> <meta name="description" content="">
<meta name="country" content="China" /> <meta name="city" content="Hong Kong" /> <meta name="robots" content="noindex,nofollow" /> <meta name="copyright" content="All rights reserved." /> <meta name="author" content="" /> <meta name="format-detection" content="telephone=no" /> <meta name="rating" content="general" /> <meta name="HandheldFriendly" content="true" />
<link rel="shortcut icon" type="image/x-icon" href="../assets/images/favicon.png"> <link rel="icon" type="image/x-icon" href="../assets/images/favicon.png"> <link href="https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap" rel="stylesheet">
<!-- plugins:css --> <link rel="stylesheet" href="../assets/vendors/mdi/css/materialdesignicons.min.css?<?= rand(1,10000)/7; ?>"> <link rel="stylesheet" href="../assets/vendors/css/vendor.bundle.base.css?<?= rand(1,10000)/7; ?>"> <!-- endinject --> <!-- Plugin css for this page --> <link rel="stylesheet" href="../assets/vendors/jquery-bar-rating/css-stars.css?<?= rand(1,10000)/7; ?>" />
<!--<link rel="stylesheet" href="../assets/vendors/font-awesome/css/font-awesome.min.css" /> End plugin css for this page --> <!-- inject:css --> <!-- endinject <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-table/1.10.0/bootstrap-table.min.css" />
<link rel="stylesheet" href="https://rawgit.com/vitalets/x-editable/master/dist/bootstrap3-editable/css/bootstrap-editable.css" />--> <!-- <link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/1.10.21/css/jquery.dataTables.css"> --> <link rel="stylesheet" type="text/css" href="../assets/datatables-1.10.21/css/jquery.dataTables.css"> <!-- <link rel="stylesheet" href="../assets/css/bootstrap.css" /> --> <link rel="stylesheet" href="../assets/css/dataTables.checkboxes.css?<?= rand(1,10000)/7; ?>" /> <link rel="stylesheet" href="../assets/css/jsgrid.css?<?= rand(1,10000)/7; ?>" /> <link rel="stylesheet" href="../assets/css/bootstrap-datepicker.min.css?<?= rand(1,10000)/7; ?>" /> <!--<link rel="stylesheet" href="../assets/css/bootstrap-datetimepicker.min.css?<?= rand(1,10000)/7; ?>" />--> <link rel="stylesheet" href="../assets/css/all.css?<?= rand(1,10000)/7; ?>" /> <link rel="stylesheet" href="../assets/css/select2.css?<?= rand(1,10000)/7; ?>" /> <!-- Layout styles --> <link rel="stylesheet" href="../assets/css/style.css?<?= rand(1,10000)/7; ?>" /> <link rel="stylesheet" href="../assets/css/custom.css?<?= rand(1,10000)/7; ?>" />
|