Skip to content

Commit 67db4d3

Browse files
committed
set background of index.html.
1 parent 8a3ce8d commit 67db4d3

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

html_bg.jpg

147 KB
Loading

index.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,16 @@
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width">
66
<meta name="keywords" content="jebysun, JebySun, Jeby Sun, 杰必尚, 杰比尚" />
7-
<meta name="description" content="杰必尚,一个关于梦想和逆袭的网站" />
7+
<meta name="description" content="欢迎来到杰必尚的GitHub网站" />
88
<title>杰必尚 - 首页</title>
9+
<style type="text/css">
10+
html{
11+
background:url(html_bg.jpg) center no-repeat;
12+
width:100%;
13+
height:100%;
14+
color:#ffffff;
15+
}
16+
</style>
917
</head>
1018

1119
<body>

0 commit comments

Comments
 (0)