.
This commit is contained in:
33
WebRoot/module/footer.jsp
Normal file
33
WebRoot/module/footer.jsp
Normal file
@@ -0,0 +1,33 @@
|
||||
<%@ page language="java" contentType="text/html; charset=UTF-8"
|
||||
pageEncoding="UTF-8"%>
|
||||
<!doctype html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<title></title>
|
||||
<link rel="stylesheet" href="../css/manage.css" type="text/css">
|
||||
<link rel="stylesheet" href="../css/bootstrap.min.css" type="text/css">
|
||||
<link rel="stylesheet" href="../css/footer.css" type="text/css">
|
||||
<script src="js/ie-emulation-modes-warning.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<!-- Footer -->
|
||||
<div class="footer">
|
||||
|
||||
<!-- Copyright -->
|
||||
<div class="copyright">
|
||||
<p>
|
||||
© 2016 学生信息管理系统. All Rights Reserved | Design by <a
|
||||
href="http://blog.sina.com.cn/u/2007780675">F嘉阳</a>
|
||||
</p>
|
||||
</div>
|
||||
<!-- //Copyright -->
|
||||
|
||||
</div>
|
||||
<!-- //Footer -->
|
||||
<script src="../js/jquery-1.11.2.min.js" type="text/javascript"></script>
|
||||
<script src="../js/bootstrap.js" type="text/javascript"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user