From 1490649108bc06dd77093ec25b43c5082d974a1a Mon Sep 17 00:00:00 2001 From: Andiansyah23 Date: Mon, 21 May 2018 15:43:42 +0700 Subject: [PATCH 1/2] add header html --- header.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 header.html diff --git a/header.html b/header.html new file mode 100644 index 0000000..8c62939 --- /dev/null +++ b/header.html @@ -0,0 +1,16 @@ + + + + + Document + + + +
+ Paket Data + Pulsa + PDAM + TOKEN LISTRIK +
+ + \ No newline at end of file From e06e1e49959d313c5b4663a2b194306ade7d4c36 Mon Sep 17 00:00:00 2001 From: Andiansyah23 Date: Mon, 21 May 2018 15:44:21 +0700 Subject: [PATCH 2/2] add header css --- header.css | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 header.css diff --git a/header.css b/header.css new file mode 100644 index 0000000..67c8437 --- /dev/null +++ b/header.css @@ -0,0 +1,3 @@ +.utility a{ + color: orange; +} \ No newline at end of file