forked from maxliaops/Java_Web_Examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtop.htm
More file actions
20 lines (20 loc) · 721 Bytes
/
top.htm
File metadata and controls
20 lines (20 loc) · 721 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!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">
<link href="../css/left.css" rel="stylesheet" type="text/css">
</head>
<body topmargin="0px">
<table width="100%" height="70" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="34" colspan="3"> </td>
</tr>
<tr>
<td width="1" height="36" background="../images/gbnavl.gif"></td>
<td width="99%" align="right" background="../images/gbnavm.gif"><a href="../" target="_parent">·µ»ØÊ×Ò³</a></td>
<td width="1" background="../images/gbnavr.gif"></td>
</tr>
</table>
</body>
</html>