forked from maxliaops/Java_Web_Examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtmember.htm
More file actions
26 lines (25 loc) · 828 Bytes
/
tmember.htm
File metadata and controls
26 lines (25 loc) · 828 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
</head>
<link href="../css/style.css" rel="stylesheet">
<body>
<p> </p>
<p> </p>
<table width="309" height="62" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#ECFBFF">
<form action="tmcheck.jsp" method="post" name="form1">
<tr align="center" bgcolor="#0066CC">
<td width="318" height="38"><center>
<font size="+1" color="#FFFFFF" face="黑体">欢迎进行课题申报操作</font>
</center></td>
</tr>
<tr align="center">
<td height="24"> <a href="taskadd.htm">进入申报</a></td>
</tr>
</form>
</table>
</body>
</html>