19 lines
609 B
Plaintext
19 lines
609 B
Plaintext
|
<%@ page language="java" contentType="text/html; charset=GB18030"
|
||
|
pageEncoding="GB18030"%>
|
||
|
<!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=GB18030">
|
||
|
<title>Insert title here</title>
|
||
|
<link href="css/style.css" rel="stylesheet" type="text/css">
|
||
|
</head>
|
||
|
<body>
|
||
|
<table width="1180" height="104" border="0" cellpadding="0"
|
||
|
cellspacing="0">
|
||
|
<tr>
|
||
|
<td valign="top"><img src="image/TOP.jpg" width="1180"
|
||
|
height="104" /></td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</body>
|
||
|
</html>
|