Commit bc110e1a by fengshuonan

更新网站图标

parent d3c60e51
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<meta charset="utf-8"> <meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" sizes="16x16" href="${ctxPath}/assets/favicon.png"> <link rel="icon" type="image/png" sizes="16x16" href="${ctxPath}/assets/favicon.ico">
<title> 404 - Guns</title> <title> 404 - Guns</title>
<link href="${ctxPath}/assets/plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet"> <link href="${ctxPath}/assets/plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="${ctxPath}/assets/static/css/style.css" rel="stylesheet"> <link href="${ctxPath}/assets/static/css/style.css" rel="stylesheet">
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
<meta name="author" content="stylefeng"> <meta name="author" content="stylefeng">
<!-- Favicon icon --> <!-- Favicon icon -->
<link rel="icon" type="image/png" sizes="16x16" href="${ctxPath}/assets/favicon.png"> <link rel="icon" type="image/png" sizes="16x16" href="${ctxPath}/assets/favicon.ico">
<!-- ============================================================== --> <!-- ============================================================== -->
<!-- css资源文件 --> <!-- css资源文件 -->
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<meta charset="utf-8"> <meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" sizes="16x16" href="${ctxPath}/assets/images/favicon.ico"> <link rel="icon" type="image/png" sizes="16x16" href="${ctxPath}/assets/favicon.ico">
<title>登录 - Guns</title> <title>登录 - Guns</title>
<link href="${ctxPath}/assets/plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet"> <link href="${ctxPath}/assets/plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="${ctxPath}/assets/static/css/style.css" rel="stylesheet"> <link href="${ctxPath}/assets/static/css/style.css" rel="stylesheet">
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
</div> </div>
<div class="form-group"> <div class="form-group">
<div class="col-md-12 p-l-0"> <div class="col-md-12 p-l-0">
<div class="checkbox checkbox-primary p-t-0"> <div class="checkbox checkbox-info p-t-0">
<input id="checkbox-signup" type="checkbox" name="remember"> <input id="checkbox-signup" type="checkbox" name="remember">
<label for="checkbox-signup"> 记住我 </label> <label for="checkbox-signup"> 记住我 </label>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment