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.

32 lines
769 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<!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>404Not Found</h1>
<h3>输入的账号或密码不对</h3>
<h3>请注意哦!</h3>
<a href="https://wg.daitianyu.cn/login"> <button class="up">返回</button></a>
</body>
</html>