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.
36 lines
876 B
36 lines
876 B
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Document</title>
|
|
<link rel="stylesheet" type="text/css" href="static/regist.css">
|
|
<style>
|
|
.but{
|
|
width:300px;
|
|
min-height:50px;
|
|
display:block;
|
|
background-color:orange;
|
|
border:1px;
|
|
color:#fff;
|
|
font-size:15px;
|
|
line-height:normal;
|
|
border-radius:5px;
|
|
margin-left:auto;
|
|
margin-right: auto;
|
|
}
|
|
h1{
|
|
color: deepskyblue;
|
|
font-size:2em;
|
|
margin:0.67em 0;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<form method="get" action="/login">
|
|
<h1>输入有误,请重新登录</h1>
|
|
<button class="but" type="submit">重新登录</button>
|
|
</form>
|
|
</body>
|
|
</html> |