44 lines
1.5 KiB
Plaintext
44 lines
1.5 KiB
Plaintext
<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
|
|
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
|
|
|
|
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<base href="">
|
|
|
|
<title>body</title>
|
|
|
|
<meta http-equiv="pragma" content="no-cache">
|
|
<meta http-equiv="cache-control" content="no-cache">
|
|
<meta http-equiv="expires" content="0">
|
|
<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
|
|
<meta http-equiv="description" content="This is my page">
|
|
<meta http-equiv="content-type" content="text/html;charset=utf-8">
|
|
|
|
<!--
|
|
<link rel="stylesheet" type="text/css" href="styles.css">
|
|
-->
|
|
<style type="text/css">
|
|
a {text-decoration: none;}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<h1>欢迎进入传智播客网上书城系统</h1>
|
|
<a href="http://www.itcast.cn/" target="_top">
|
|
<img src="http://localhost:8080/goods/images/itcast_link.gif" border="0" style="border:1px #DCD8D7 solid;"/>
|
|
</a>
|
|
<br/>
|
|
<a href="http://subject.csdn.net/zhangxx/" target="_top">
|
|
<img src="http://localhost:8080/goods/images/mhzxxls.jpg" border="0"/>
|
|
</a>
|
|
<a href="http://www.csdn.net/" target="_top">
|
|
<img src="http://localhost:8080/goods/images/csdn.jpg" border="0"/>
|
|
</a>
|
|
<a href="http://www.itheima.com/" target="_top">
|
|
<img src="http://localhost:8080/goods/images/20131225111747348.jpg" border="0"/>
|
|
</a>
|
|
</body>
|
|
</html>
|