GraduationDesignThesisOpeni.../黑马毕业设计论文开题报告和代码/项目源代码/goods/WebRoot/jsps/body.jsp

41 lines
1.3 KiB
Plaintext
Raw Normal View History

2023-09-24 07:47:31 +00:00
<%@ 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>
</body>
</html>