付延余
2022-12-16 f0f8ee8c4a945adbc742d9bab69382b28ad311fb
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
<base href="./" th:href="'/'"/>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title th:text="${application.wgName}">WGClOUD监控系统</title>
<!-- Tell the browser to be responsive to screen width -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Font Awesome -->
<link rel="stylesheet" th:href="@{'/static/AdminLTE/plugins/fontawesome-free/css/all.min.css'}">
<!-- Ionicons -->
<link rel="stylesheet" th:href="@{'/static/AdminLTE/ionicons-2.0.1/css/ionicons.css'}">
 
<!-- Tempusdominus Bbootstrap 4 -->
<link rel="stylesheet" th:href="@{'/static/AdminLTE/plugins/tempusdominus-bootstrap-4/css/tempusdominus-bootstrap-4.min.css'}">
<!-- iCheck -->
<link rel="stylesheet" th:href="@{'/static/AdminLTE/plugins/icheck-bootstrap/icheck-bootstrap.min.css'}">
<!-- overlayScrollbars -->
<link rel="stylesheet" th:href="@{'/static/AdminLTE/plugins/overlayScrollbars/css/OverlayScrollbars.min.css'}">
<!-- Daterange picker -->
<link rel="stylesheet" th:href="@{'/static/AdminLTE/plugins/daterangepicker/daterangepicker.css'}">
<!-- summernote -->
<link rel="stylesheet" th:href="@{'/static/AdminLTE/plugins/summernote/summernote-bs4.css'}">
<!-- Google Font: Source Sans Pro -->
<link  th:href="@{'/static/AdminLTE/googleapis/fonts.googleapis.css?family=Source+Sans+Pro:300,400,400i,700'}" rel="stylesheet">
<!-- SweetAlert2 -->
<link rel="stylesheet" th:href="@{'/static/AdminLTE/plugins/sweetalert2-theme-bootstrap-4/bootstrap-4.min.css'}">
<!-- Select2 -->
<link rel="stylesheet" th:href="@{'/static/AdminLTE/plugins/select2/css/select2.min.css'}">
<link rel="stylesheet" th:href="@{'/static/AdminLTE/plugins/select2-bootstrap4-theme/select2-bootstrap4.min.css'}">
<!-- Bootstrap4 Duallistbox -->
<link rel="stylesheet" th:href="@{'/static/AdminLTE/plugins/bootstrap4-duallistbox/bootstrap-duallistbox.min.css'}">
<!-- Theme style -->
<link rel="stylesheet" th:href="@{'/static/AdminLTE/dist/css/adminlte.min.css'}">
<!-- Toastr -->
<link rel="stylesheet" th:href="@{'/static/AdminLTE/plugins/toastr/toastr.min.css'}">
<link rel="stylesheet" th:href="@{'/static/logincss/highlighter.css'}">
<link rel="shortcut icon" type="image/x-icon" th:href="${application.icoUrl}"/>