Skip to content

Commit 4d98ea3

Browse files
authored
Merge pull request #116 from winstonsung/dev-116
Minor cleanup to no_network.html
2 parents 668ed07 + eb9212c commit 4d98ea3

File tree

1 file changed

+23
-27
lines changed

1 file changed

+23
-27
lines changed
Lines changed: 23 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,28 @@
1-
<!Doctype html>
2-
<html lang="zh">
1+
<!DOCTYPE html>
2+
<html lang="zh-Hant-TW">
33
<head>
44
<meta charset="utf-8">
55
<style>
6-
body{
7-
margin: 0;
8-
height: 100vh;
9-
overflow: hidden;
10-
background: #F3F3F3;
11-
}
12-
.main{
13-
width: 50vw;
14-
margin: 0 auto;
15-
position: relative;
16-
top: 30vh;
17-
}
18-
figure{
19-
}
20-
figcaption{
21-
text-align:center;
22-
color:#9b9b9b;
23-
font-size: 2rem;
24-
}
25-
#icon{
26-
width: 100%;
27-
}
6+
body {
7+
margin: 0;
8+
height: 100vh;
9+
overflow: hidden;
10+
background: #f3f3f3;
11+
}
12+
.main {
13+
width: 50vw;
14+
margin: 0 auto;
15+
position: relative;
16+
top: 30vh;
17+
}
18+
figcaption {
19+
text-align: center;
20+
color: #9b9b9b;
21+
font-size: 2rem;
22+
}
23+
#icon {
24+
width: 100%;
25+
}
2826
</style>
2927
</head>
3028
<body>
@@ -39,9 +37,7 @@
3937
transform="translate(0 -0.43)"/>
4038
</svg>
4139
</figure>
42-
<figcaption>
43-
無網路連接
44-
</figcaption>
40+
<figcaption>無網路連接</figcaption>
4541
</div>
4642
</body>
4743
</html>

0 commit comments

Comments
 (0)