<%@ page contentType="text/html;charset=UTF-8" %>
|
<%@ include file="/webpage/include/taglib.jsp"%>
|
<html>
|
<head>
|
<title>首页</title>
|
<meta name="decorator" content="default"/>
|
<script type="text/javascript">
|
$(document).ready(function() {
|
WinMove();
|
});
|
</script>
|
</head>
|
<body class="gray-bg">
|
<div class="row border-bottom white-bg dashboard-header">
|
<div class="col-sm-12">
|
<blockquote class="text-info" style=" height:800px; font-size:14px">欢迎使用校园考勤管理平台,祝您工作愉快!
|
<br/>
|
|
|
</blockquote>
|
|
<hr>
|
</div>
|
</div>
|
|
|
|
</body>
|
</html>
|