2020-12-24 14:53:09 +08:00

20 lines
487 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<link href="../../component/pear/css/pear.css" rel="stylesheet" />
<link href="../../admin/css/other/error.css" rel="stylesheet" />
</head>
<body>
<div class="content">
<img src="../../admin/images/500.svg" alt="">
<div class="content-r">
<h1>500</h1>
<p>抱歉,服务器出错了</p>
<button class="pear-btn pear-btn-primary">返回首页</button>
</div>
</div>
</body>
</html>