forked from maxliaops/Java_Web_Examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtitle.jsp
More file actions
20 lines (19 loc) · 638 Bytes
/
title.jsp
File metadata and controls
20 lines (19 loc) · 638 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<%@ page language="java" pageEncoding="gb2312"%>
<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core_rt"%>
<!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/main.css" rel="stylesheet">
<title>У԰¹ÜÀíϵͳ</title>
</head>
<body>
<table width="1024" height="139" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="800" height="66" background="images/banner.jpg"><div align="center">
</div></td>
</tr>
</table>
</body>
</html>