-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathupdate.html
More file actions
24 lines (23 loc) · 875 Bytes
/
Copy pathupdate.html
File metadata and controls
24 lines (23 loc) · 875 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no" id="viewport" name="viewport">
<title>系统维护中...</title>
<link rel="stylesheet" href="./css/common.css">
<link rel="stylesheet" href="./css/style.css">
</head>
<body>
<div class="check-code-result">
<div>
<div class="update-icon img-box"><img src="./images/update.png" alt="设备系统正在更新维护中"></div>
<dl>
<dt>非常抱歉, 设备系统正在更新维护中······</dt>
<dd>联络客服 4008-527-111</dd>
</dl>
</div>
</div>
<script type="text/javascript" src="./js/jquery-1.11.1.min.js"></script>
<script type="text/javascript" src="./js/common.js"></script>
</body>
</html>