wscp-miping/qian/admin/404-pdf.html
2024-06-07 16:23:01 +08:00

32 lines
489 B
HTML

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>无标题文档</title>
<style>
.tips-report-errors {
width: 500px;
margin: 200px auto;
text-align: center;
}
.tips-report-errors img {
display: block;
width: 100%;
margin-bottom: 24px;
}
.tips-report-errors span {
color: #777;
}
</style>
</head>
<body>
<div class="tips-report-errors">
<img src="../css/images/img/404.png" alt="">
<span>PDF正在维护中</span>
</div>
</body>
</html>