Pear-Admin-Layui/view/error/500.html

20 lines
475 B
HTML
Raw Normal View History

2020-04-04 09:54:48 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<link href="../../admin/css/pearButton.css" rel="stylesheet" />
2020-06-12 14:22:24 +00:00
<link href="../../assets/error.css" rel="stylesheet" />
2020-04-04 09:54:48 +00:00
</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>