-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSuspend.html
38 lines (37 loc) · 1.1 KB
/
Suspend.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>系统维护中</title>
<link href="./css.css" rel="stylesheet" type="text/css"/>
<script src="https://gapi.bmy114.com/static/js/chat-front.js"></script>
<script>
ROXCHAT.init({
ROXCHAT_URL:"https://gapi.bmy114.com/",
ROXCHAT_KEFU_ID: "bg5AQFc2Vw05ankSV3kvRAAJZ1lRdAUSPncJUXRNaVtfRlpqcH1bXw9we1xxBCYDEwsNVyQIGxwMDw==",
ROXCHAT_BTN_TEXT: "Welcome",
ROXCHAT_LANG:"cn",
CHAT_STYLEID: "381"
})
</script>
<script>
//主页
function gohome() {
window.location.href = "index.html";
}
</script>
</head>
<body>
<a class="home-link" href="index.html">
<img src="./ico/home.png" alt="返回主页" width="30" height="30"> <span>返回主页</span>
</a>
<h1>系统维护中</h1>
<p>此页面暂未搭建完成</p>
<p>如有需要,可在下方联系管理员</p>
<button class="button" onclick="gohome()">返回主页</button>
<footer>
系统编写/管理:何相龙
</footer>
</body>
</html>