<!DOCTYPE html>
<html>

<head>
	<meta charset="utf-8">
	<meta http-equiv="X-UA-Compatible" content="IE=edge">
	<meta name="viewport" content="width=device-width, initial-scale=1">

	<title>500</title>

	<style>
		.code {
			font-size: 60px;
			text-align: center;
		}
		.msg {
			font-size: 20px;
			text-align: center;
		}
		.time {
			font-size: 18px;
			text-align: center;
		}
	</style>
</head>

<body>
	<div class="time">2026-04-04 02:57:27</div>
	<div class="code">500</div>
	<div class="msg">页面不存在</div>
</body>

</html>