-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
47 lines (42 loc) · 985 Bytes
/
index.html
File metadata and controls
47 lines (42 loc) · 985 Bytes
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
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>vim's github</title>
<style>
.container {
width: 60%;
margin: 10% auto 0;
background-color: #e4e4e4;
padding: 2% 5%;
border-radius: 10px
}
ul {
padding-left: 20px;
}
ul li {
line-height: 2.3
}
a {
color: #20a53a
}
</style>
</head>
<body>
<div class="container">
<center>
<h1>vim's github page</h1>
</center>
<center>
<img src="img/cat-math.jpg" width="200" height="200" border="0" alt="">
<h2>《忆秦娥·娄山关》</h2>
西风烈,长空雁叫霜晨月。<br>
霜晨月,马蹄声碎,喇叭声咽。<br>
雄关漫道真如铁,而今迈步从头越。<br>
从头越,苍山如海,残阳如血。<br>
<br>
临时页面,有想法再更新<br>
</center>
</div>
</body>
</html>