From 4ce20a52f94b2c489cad272bc962926db31e304c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96mer?= Date: Mon, 9 Mar 2020 12:23:22 +0100 Subject: [PATCH 1/2] added index.html --- Week3/index.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Week3/index.html diff --git a/Week3/index.html b/Week3/index.html new file mode 100644 index 0000000..b092825 --- /dev/null +++ b/Week3/index.html @@ -0,0 +1,11 @@ + + + + + + Codestin Search App + + + + + \ No newline at end of file From b9696f9dac05218e1c92d8426b05e8ee585ff7f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96mer?= Date: Mon, 9 Mar 2020 12:24:38 +0100 Subject: [PATCH 2/2] added button styles --- Week3/index.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Week3/index.html diff --git a/Week3/index.html b/Week3/index.html new file mode 100644 index 0000000..1dc4f8c --- /dev/null +++ b/Week3/index.html @@ -0,0 +1,16 @@ + + + + + + Codestin Search App + + + + + + \ No newline at end of file