10.jsp

来自「一个自已编写的用JSP编写的简单的人事管理系统」· JSP 代码 · 共 38 行

JSP
38
字号
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %>
<style type="text/css">
<!--
.STYLE1 {
	font-size: 50px;
	font-family: "方正舒体";
	color: #0099FF;
}
.STYLE2 {
	font-size: 30px;
	color: #FF0066;
	font-family: "华文楷体", "幼圆", "新宋体", "隶书", "华文行楷", "华文新魏", "华文细黑", "华文琥珀";
}
.STYLE3 {
	font-family: "方正姚体";
	font-size: 25px;
	color: #0000FF;
}
body {
	background-image: url(5.JPG);
}
.STYLE4 {font-size: 30px; color: #FF0099; font-family: "华文楷体", "幼圆", "新宋体", "隶书", "华文行楷", "华文新魏", "华文细黑", "华文琥珀"; }
-->
</style>
<body>
<div align="center">
  <p class="STYLE1">DSY 人事管理系统 </p>
</div>
<p align="center">&nbsp;</p>
<p align="center" class="STYLE4">恭喜!您已成功注册,请重新登录!</p>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="55.gif">
<p align="center" class="STYLE2">&nbsp;</p>
<p align="center" class="STYLE2"><a href="1.jsp" class="STYLE3">返回主页</a></p>
</body>
</html>

⌨️ 快捷键说明

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