Commit 7c6e3a25 authored by Huang's avatar Huang
Browse files

no commit message

parent b429e96d
......@@ -5,12 +5,21 @@
<head>
<title>首页</title>
<meta name="decorator" content="default"/>
<%@ include file="/WEB-INF/views/include/head.jsp"%>
<script type="text/javascript">
$(document).ready(function() {
WinMove();
});
</script>
<!--%@ include file="/WEB-INF/views/include/head.jsp"%-->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="author" content="http://www.jeespring.org/"/>
<meta name="renderer" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=8,IE=9,IE=10" />
<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>
<body class="gray-bg">
</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