From 8667f3ee0a151ce8f491bf3018085c5db9030ba7 Mon Sep 17 00:00:00 2001 From: Oleg Rumyancev Date: Sun, 12 Apr 2015 01:55:44 +0700 Subject: [PATCH 1/3] Added css stylesheet --- lib/style.css | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 lib/style.css diff --git a/lib/style.css b/lib/style.css new file mode 100644 index 0000000..819b684 --- /dev/null +++ b/lib/style.css @@ -0,0 +1,3 @@ +h1{ + color: red; +} \ No newline at end of file From f35aa33fb50ec2b96ad23f147585841ee74fdd6a Mon Sep 17 00:00:00 2001 From: Oleg Rumyancev Date: Sun, 12 Apr 2015 01:56:51 +0700 Subject: [PATCH 2/3] Hello uses style.css --- lib/hello.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/lib/hello.html b/lib/hello.html index 2c7e71f..da3caef 100644 --- a/lib/hello.html +++ b/lib/hello.html @@ -1,2 +1,9 @@ -this is three commit \ No newline at end of file + + + + + +

Hello, World!

+ + \ No newline at end of file From ec244736a29c3386e22a3a1c5d6b7203699a6653 Mon Sep 17 00:00:00 2001 From: Oleg Rumyancev Date: Sun, 12 Apr 2015 01:58:28 +0700 Subject: [PATCH 3/3] Updated index.html --- index.html | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..70bb713 --- /dev/null +++ b/index.html @@ -0,0 +1,8 @@ + + + + + +