|
@@ -3,13 +3,13 @@
|
|
|
|
|
|
<head>
|
|
|
<meta charset="utf-8">
|
|
|
- <link rel="shortcut icon" href="./static/images/faviconOld.ico" type="image/icon">
|
|
|
+ <link rel="shortcut icon" href="./static/images/favicon.ico" type="image/icon">
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no">
|
|
|
- <link rel="icon" href="./static/faviconOld.ico">
|
|
|
+ <link rel="icon" href="./static/favicon.ico">
|
|
|
<title>老河口清源供水有限公司</title>
|
|
|
|
|
|
- <link rel="shortcut icon" href="faviconOld.ico">
|
|
|
+ <link rel="shortcut icon" href="favicon.ico">
|
|
|
<link href="../static/css/bootstrap.min.css" th:href="@{/css/bootstrap.min.css}" rel="stylesheet"/>
|
|
|
<link href="../static/css/font-awesome.min.css" th:href="@{/css/font-awesome.min.css}" rel="stylesheet"/>
|
|
|
<link href="../static/css/animate.min.css" th:href="@{/css/animate.min.css}" rel="stylesheet"/>
|
|
@@ -29,7 +29,7 @@
|
|
|
|
|
|
<link href="../css/customPage.css" rel="stylesheet">
|
|
|
|
|
|
- <script src="https://cdn.bootcss.com/jquery/1.12.4/jquery.min.js"></script>
|
|
|
+ <script src="../static/js/jquery.min.js" th:src="@{/js/jquery.min.js}"></script>
|
|
|
</head>
|
|
|
|
|
|
<body>
|