Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JeeSpringCloud
Commits
7c6e3a25
Commit
7c6e3a25
authored
Nov 09, 2018
by
Huang
Browse files
no commit message
parent
b429e96d
Changes
1
Hide whitespace changes
Inline
Side-by-side
JeeSpringCloud/src/main/webapp/WEB-INF/views/base/home.jsp
View file @
7c6e3a25
...
...
@@ -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>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment