We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a2809d commit b50a0cfCopy full SHA for b50a0cf
index.html
@@ -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
+<!DOCTYPE html>
+<html>
+<head>
+<title>
+hello world
+</title>
+</head>
8
9
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