33 lines
1.0 KiB
Plaintext
33 lines
1.0 KiB
Plaintext
<%@ 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> |