From 5084c3985434f2e1505189ea1b0bb9818b798c88 Mon Sep 17 00:00:00 2001 From: maxprzemo Date: Sun, 21 Dec 2014 11:29:12 +0100 Subject: [PATCH 1/2] mod --- test.conf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/test.conf b/test.conf index 8ab686e..17cf1c1 100644 --- a/test.conf +++ b/test.conf @@ -1 +1,8 @@ Hello, World! + + + + +

Hello, World!

+ + From f723f831ce415131cb49810fc971f8e270df1b49 Mon Sep 17 00:00:00 2001 From: maxprzemo Date: Sun, 21 Dec 2014 11:30:27 +0100 Subject: [PATCH 2/2] add style.css --- style.css | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 style.css diff --git a/style.css b/style.css new file mode 100644 index 0000000..1226164 --- /dev/null +++ b/style.css @@ -0,0 +1,7 @@ +h1 { + color: red; +} + +iframe { + border-color: red; +} \ No newline at end of file