Files
VANTEN/WebRoot/module/footer.jsp
2017-10-29 22:55:28 +08:00

33 lines
1.0 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<%@ 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>
&copy; 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>