You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
559 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>页面不存在</title>
<style>
body {
height: 100vh;
text-align: center;
padding: 0;
margin: 0 auto;
font-family: Tahoma, Verdana, Arial, sans-serif;
}
h1{
padding-top: 40vh;
margin: 0;
}
</style>
</head>
<body>
<h1>页面不存在</h1>
<p>您所访问的页面不存在!</p>
</body>
</html>