You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
372 B
23 lines
372 B
2 months ago
|
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
|
||
|
<%@ include file="verify_login.jsp"%>
|
||
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<style>
|
||
|
html,body{
|
||
|
margin:0;
|
||
|
padding:0;
|
||
|
}
|
||
|
#p{
|
||
|
width:600px;
|
||
|
margin:200px auto;
|
||
|
font-size:30px;
|
||
|
font-family:仿宋;
|
||
|
}
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
<div id="p"><p><i></i></p></div>
|
||
|
</body>
|
||
|
</html>
|