"eladmin-common/src/vscode:/vscode.git/clone" did not exist on "6bb8b9ce3efcad7943009d93ae1b6306c36f2766"
Commit 7c6e3a25 authored by Huang's avatar Huang
Browse files

no commit message

parent b429e96d
...@@ -5,12 +5,21 @@ ...@@ -5,12 +5,21 @@
<head> <head>
<title>首页</title> <title>首页</title>
<meta name="decorator" content="default"/> <meta name="decorator" content="default"/>
<%@ include file="/WEB-INF/views/include/head.jsp"%> <!--%@ include file="/WEB-INF/views/include/head.jsp"%-->
<script type="text/javascript"> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
$(document).ready(function() { <meta name="author" content="http://www.jeespring.org/"/>
WinMove(); <meta name="renderer" content="webkit">
}); <meta http-equiv="X-UA-Compatible" content="IE=8,IE=9,IE=10" />
</script> <meta http-equiv="Expires" content="0">
<meta http-equiv="Cache-Control" content="no-cache">
<meta http-equiv="Cache-Control" content="no-store">
<!-- 引入jquery插件 -->
<link href="${ctxStatic}/common/jeespring.css" type="text/css" rel="stylesheet" />
<link href="${ctxStatic}/bootstrap/3.3.4/css_default/bootstrap.min.css" type="text/css" rel="stylesheet" />
<link href="${ctxStatic}/common/css/style.css?v=3.2.0" type="text/css" rel="stylesheet" />
<!--script type="text/javascript">
$(document).ready(function() {WinMove();});
</script-->
</head> </head>
<body class="gray-bg"> <body class="gray-bg">
</div> </div>
......
Supports Markdown
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