-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbottom.aspx
More file actions
16 lines (15 loc) · 773 Bytes
/
Copy pathbottom.aspx
File metadata and controls
16 lines (15 loc) · 773 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="bottom.aspx.cs" Inherits="bottom" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>学生公寓信息管理系统bottom</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<link href="css/mainstyle.css" rel="stylesheet" type="text/css">
</head>
<body id="admin_bottom_body">
<div class="login_bottom" align="center">
<span>© 2011-2015 <a href="http://www.gzcc.cn/" target="_blank" style="color: #ABCAD3">
枫叶软件有限公司</a> 版权所有 联系电话:0755-36182947</span>
</div>
</body>
</html>