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

32 lines
560 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>暂不支持你的浏览器版本,请下载最新浏览器,体验更流畅</span>
</div>
</body>
</html>