📄 success.jsp
字号:
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
<style type="text/css">
<!--
.STYLE1 {
font-size: 36px;
color: #0066FF;
font-family: "新宋体";
}
body,td,th {
font-size: x-large;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
}
.STYLE6 {color: #0000FF; }
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-image: url();
}
.style7 {font-size: 24px}
.style8 {
color: #9900FF;
font-weight: bold;
font-style: italic;
font-size: 24px;
font-family: "楷体_GB2312";
}
.style9 {color: #9900FF}
.style10 {color: #990033}
-->
</style>
</head>
<body>
<p align="center" class="STYLE1 style7 style8">恭喜你注册成功</p>
<p align="center" class="STYLE1 style7 style8"> </p>
<p align="center" class="STYLE1 style7 style8"> </p>
<p align="center" class="STYLE1 style7 style8"> </p>
<p align="center" class="STYLE1 style7 style8"> </p>
<div align="center"><a href="Login.jsp" class="style9" >点击这里到登陆界面</a></div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -