Skip to content

Commit b50a0cf

Browse files
committed
modify the html format
1 parent 3a2809d commit b50a0cf

File tree

1 file changed

+17
-7
lines changed

1 file changed

+17
-7
lines changed

index.html

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
1-
Hello world!!
2-
This is my first blog in github.io
3-
==================================
4-
Brief : This is my first blog in github.io
5-
Author : daxcoder
6-
Date : 2016.01.13
7-
History: None
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>
5+
hello world
6+
</title>
7+
</head>
88

99

10+
<body>
11+
<p>Hello world!!</p>
12+
<p>This is my first blog in github.io</p>
13+
<p>==================================</p>
14+
<p>Brief : This is my first blog in github.io</p>
15+
<p>Author : daxcoder</p>
16+
<p>Date : 2016.01.13-12:00:00</p>
17+
<p>History: None</p>
18+
</body>
19+
</html>

0 commit comments

Comments
 (0)