subscribe.jsp

来自「 一个用JSP写的基于了B/S的图书馆管理系统」· JSP 代码 · 共 24 行

JSP
24
字号
<%@ page contentType="text/html; charset=GB2312" %>
<html>
<link rel="stylesheet" href="style.css" type="text/css">
<head>
<title>订购需求</title>
<style type="">a{TEXT-DECORATION:none}</style>
<style type="text/css">
<!--
.style1 { border-color: #009900 }
-->
</style>
</head>
<body bgcolor="#ffffff">
<jsp:include flush="true" page="head.jsp"></jsp:include>
<hr width="62%"/>

<p align="center" ><font color="RED" size="+3">服 务 暂 停</font></p>

<hr width="62%"/>

<jsp:include flush="true" page="footer.jsp"></jsp:include>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?