-
Notifications
You must be signed in to change notification settings - Fork 0
/
error.html
37 lines (34 loc) · 1.2 KB
/
error.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
<html lang="zh-cn">
<head>
<title>出错了!- 六字街</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="favicon.ico" type="image/x-icon"/>
<style>
@font-face {
font-family: default-sans;
src: url(https://henrize-1254016670.cos.ap-chongqing.myqcloud.com/fonts/Ali_Puhui_Medium.woff);
}
body {
background-color: #EEE;
color: #888;
}
.container {
margin: 50px auto 40px auto;
width: 600px;
text-align: center;
font-family: default-sans;
}
</style>
</head>
<body>
<div class="container">
<h1 style="color: #222">awa</h1>
<p><strong>六字街客户端遇到一些问题,暂时无法为您提供服务</strong></p>
<p>请稍后重试,如果这个问题持续出现<br>请立刻联系 <a href="mailto://[email protected]/" style="color: #77B; text-decoration: none">[email protected]</a> 感谢您的理解和支持</p>
<hr style="background-color: #666">
<p style="font-size: small">6Chat Dev Team</p>
<p style="font-size: small">Have a nice day!</p>
</div>
</body>
</html>