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.

31 lines
758 B

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no">
<style>
* {
text-align: center;
margin: 0;
padding: 0;
}
h1 {
margin-top: 20%;
color: tomato;
}
</style>
<link rel="stylesheet" href="static/css/login.css"/>
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
</head>
<body>
<h1>可能你的预约数据有问题</h1>
<h3>点击返回重新登入预约</h3>
<a href="https://wg.daitianyu.cn/login"> <button class="up">返回</button></a>
</body>
</html>