Skip to content

Commit 3292710

Browse files
committed
add-page: 502,500,404 errPage taskId:#3012
1 parent a7a3cdb commit 3292710

File tree

5 files changed

+386
-101
lines changed

5 files changed

+386
-101
lines changed

404.html

Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
<!DOCTYPE html>
2+
<html lang="zh-cn">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta
6+
name="viewport"
7+
content="width=device-width, initial-scale=1,minimum-scale=1, maximum-scale=1"
8+
/>
9+
<title>404 Page</title>
10+
<meta
11+
name="Keywords"
12+
content="Coding.net,Coding,WebIDE,Web IDE,IDE,Git,代码托管,在线开发,在线调试,Terminal,开发环境分享,软件团队协作,Cloud Studio"
13+
/>
14+
<meta
15+
name="Description"
16+
content="Cloud Studio 是Coding自主研发的在线集成开发环境。用户可以通过 Cloud Studio 创建项目的工作空间,进行在线开发,调试等操作。与此同时,Cloud Studio 还提供了可分享的开发环境功能,用户可以保存当前的 Terminal 环境,分享给团队的其他成员。"
17+
/>
18+
</head>
19+
<style>
20+
body {
21+
width: 100%;
22+
min-width: 300px;
23+
height: auto;
24+
margin: 0;
25+
background: rgb(242, 244, 246);
26+
font-family: "PingFang SC", "Helvetica Neue", "Hiragino Sans GB",
27+
"Segoe UI", "Microsoft YaHei", "微软雅黑", "sans-serif";
28+
-webkit-font-smoothing: antialiased;
29+
}
30+
.container {
31+
width: 782px;
32+
height: 289px;
33+
margin: auto;
34+
margin-top: 220px;
35+
}
36+
.container .tips {
37+
position: relative;
38+
float: left;
39+
min-width: 372px;
40+
min-height: 289px;
41+
margin-top: 20px;
42+
}
43+
.container .tips .title {
44+
width: 372px;
45+
height: 101px;
46+
line-height: 101px;
47+
font-size: 120px;
48+
color: #4f565f;
49+
}
50+
.container .tips .introTips {
51+
width: 372px;
52+
height: 44px;
53+
line-height: 40px;
54+
font-size: 24px;
55+
color: #76808e;
56+
}
57+
.container .tips .closeBtn {
58+
position: absolute;
59+
width: 132px;
60+
height: 48px;
61+
left: 0px;
62+
top: 220px;
63+
line-height: 48px;
64+
font-size: 18px;
65+
color: #ffffff;
66+
text-align: center;
67+
background: #323a45;
68+
border-radius: 4px;
69+
outline: none;
70+
cursor: pointer;
71+
text-decoration: none;
72+
}
73+
.monkey {
74+
float: right;
75+
min-width: 330px;
76+
min-height: 270px;
77+
background: url("https://cs-res.codehub.cn/error-page/404.png") no-repeat
78+
center;
79+
}
80+
</style>
81+
<body>
82+
<div class="container">
83+
<div class="tips">
84+
<div class="title">404!</div>
85+
<div class="introTips"><p>页面,我找不到你,我找不到你啊 ~</p></div>
86+
<a class="closeBtn" href="https://studio.dev.tencent.com/">返回首页</a>
87+
</div>
88+
<div class="monkey"></div>
89+
</div>
90+
</body>
91+
</html>

500.html

Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
<!DOCTYPE html>
2+
<html lang="zh-cn">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta
6+
name="viewport"
7+
content="width=device-width, initial-scale=1,minimum-scale=1, maximum-scale=1"
8+
/>
9+
<title>500 Page</title>
10+
<meta
11+
name="Keywords"
12+
content="Coding.net,Coding,WebIDE,Web IDE,IDE,Git,代码托管,在线开发,在线调试,Terminal,开发环境分享,软件团队协作,Cloud Studio"
13+
/>
14+
<meta
15+
name="Description"
16+
content="Cloud Studio 是Coding自主研发的在线集成开发环境。用户可以通过 Cloud Studio 创建项目的工作空间,进行在线开发,调试等操作。与此同时,Cloud Studio 还提供了可分享的开发环境功能,用户可以保存当前的 Terminal 环境,分享给团队的其他成员。"
17+
/>
18+
</head>
19+
<style>
20+
body {
21+
width: 100%;
22+
min-width: 300px;
23+
height: auto;
24+
margin: 0;
25+
background: rgb(242, 244, 246);
26+
font-family: "PingFang SC", "Helvetica Neue", "Hiragino Sans GB",
27+
"Segoe UI", "Microsoft YaHei", "微软雅黑", "sans-serif";
28+
-webkit-font-smoothing: antialiased;
29+
}
30+
.container {
31+
width: 816px;
32+
height: 165px;
33+
margin: auto;
34+
margin-top: 209px;
35+
}
36+
.container .tips {
37+
position: relative;
38+
float: left;
39+
min-width: 466px;
40+
min-height: 165px;
41+
margin-top: 40px;
42+
}
43+
.container .tips .title {
44+
width: 466px;
45+
height: 101px;
46+
line-height: 101px;
47+
font-size: 120px;
48+
color: #4f565f;
49+
}
50+
.container .tips .introTips {
51+
width: 323px;
52+
height: 44px;
53+
line-height: 40px;
54+
font-size: 24px;
55+
color: #76808e;
56+
}
57+
.container .tips .closeBtn {
58+
position: absolute;
59+
width: 132px;
60+
height: 48px;
61+
left: 0px;
62+
top: 230px;
63+
line-height: 48px;
64+
font-size: 18px;
65+
color: #ffffff;
66+
text-align: center;
67+
background: #323a45;
68+
border-radius: 4px;
69+
outline: none;
70+
cursor: pointer;
71+
text-decoration: none;
72+
}
73+
.monkey {
74+
float: right;
75+
min-width: 300px;
76+
min-height: 325px;
77+
background: url("https://cs-res.codehub.cn/error-page/500.png") no-repeat
78+
center;
79+
}
80+
</style>
81+
<body>
82+
<div class="container">
83+
<div class="tips">
84+
<div class="title">500!</div>
85+
<div class="introTips"><p>抱歉,系统出错,正在抢修中~</p></div>
86+
<a class="closeBtn" href="https://studio.dev.tencent.com/">返回首页</a>
87+
</div>
88+
<div class="monkey"></div>
89+
</div>
90+
</body>
91+
</html>

502.html

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
<!DOCTYPE html>
2+
<html lang="zh-cn">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta
6+
name="viewport"
7+
content="width=device-width, initial-scale=1,minimum-scale=1, maximum-scale=1"
8+
/>
9+
<title>502 Page</title>
10+
<meta
11+
name="Keywords"
12+
content="Coding.net,Coding,WebIDE,Web IDE,IDE,Git,代码托管,在线开发,在线调试,Terminal,开发环境分享,软件团队协作,Cloud Studio"
13+
/>
14+
<meta
15+
name="Description"
16+
content="Cloud Studio 是Coding自主研发的在线集成开发环境。用户可以通过 Cloud Studio 创建项目的工作空间,进行在线开发,调试等操作。与此同时,Cloud Studio 还提供了可分享的开发环境功能,用户可以保存当前的 Terminal 环境,分享给团队的其他成员。"
17+
/>
18+
</head>
19+
<style>
20+
body {
21+
width: 100%;
22+
min-width: 300px;
23+
height: auto;
24+
margin: 0;
25+
background: rgb(242, 244, 246);
26+
font-family: "PingFang SC", "Helvetica Neue", "Hiragino Sans GB",
27+
"Segoe UI", "Microsoft YaHei", "微软雅黑", "sans-serif";
28+
-webkit-font-smoothing: antialiased;
29+
}
30+
.container {
31+
width: 816px;
32+
height: 418px;
33+
margin: auto;
34+
margin-top: 196px;
35+
}
36+
.container .tips {
37+
position: relative;
38+
float: left;
39+
min-width: 466px;
40+
min-height: 418px;
41+
}
42+
.container .tips .title {
43+
width: 466px;
44+
height: 101px;
45+
line-height: 101px;
46+
font-size: 120px;
47+
color: #4f565f;
48+
}
49+
.container .tips .introTips {
50+
width: 466px;
51+
height: 317px;
52+
line-height: 24px;
53+
font-size: 24px;
54+
color: #76808e;
55+
}
56+
.monkey {
57+
float: right;
58+
min-width: 300px;
59+
min-height: 300px;
60+
background: url("https://cs-res.codehub.cn/error-page/502.png") no-repeat
61+
center;
62+
}
63+
</style>
64+
<body>
65+
<div class="container">
66+
<div class="tips">
67+
<div class="title">502!</div>
68+
<div class="introTips">
69+
<p style="line-height: 80px;">后端,我连不上你啊,我连不上你~</p>
70+
<p>请在 Cloud Studio 中检查:</p>
71+
<p>1、应用有没有监听访问链接生成的端口号。</p>
72+
<p>2、您生成的链接是否已经是否。</p>
73+
</div>
74+
</div>
75+
<div class="monkey"></div>
76+
</div>
77+
</body>
78+
</html>

0 commit comments

Comments
 (0)