From 66a5c423668379e5e750843594994a001ab5e472 Mon Sep 17 00:00:00 2001
From: Oluyemi Olamide Samuel <62676363+Olamiflow6577@users.noreply.github.com>
Date: Fri, 24 Mar 2023 17:16:05 -0700
Subject: [PATCH 1/4] Create index.html
---
index.html | 1 +
1 file changed, 1 insertion(+)
create mode 100644 index.html
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..2ebccb1
--- /dev/null
+++ b/index.html
@@ -0,0 +1 @@
+
Hello Microverse
From f48576e9207cd176d545015a736c4b14d90cf64b Mon Sep 17 00:00:00 2001
From: Oluyemi Olamide Samuel <62676363+Olamiflow6577@users.noreply.github.com>
Date: Fri, 24 Mar 2023 17:17:16 -0700
Subject: [PATCH 2/4] Create index.css
---
index.css | 3 +++
1 file changed, 3 insertions(+)
create mode 100644 index.css
diff --git a/index.css b/index.css
new file mode 100644
index 0000000..1a7801b
--- /dev/null
+++ b/index.css
@@ -0,0 +1,3 @@
+h1{
+ color:green;
+}
From c6465b408569d91796d99f7751180c94a632969d Mon Sep 17 00:00:00 2001
From: Oluyemi Olamide Samuel <62676363+Olamiflow6577@users.noreply.github.com>
Date: Fri, 24 Mar 2023 17:18:15 -0700
Subject: [PATCH 3/4] Create test.md
---
test.md | 1 +
1 file changed, 1 insertion(+)
create mode 100644 test.md
diff --git a/test.md b/test.md
new file mode 100644
index 0000000..6096b8f
--- /dev/null
+++ b/test.md
@@ -0,0 +1 @@
+This file should be ignored by git
From 360c57b8cc32082274c228f2bb6f263854054c34 Mon Sep 17 00:00:00 2001
From: Oluyemi Olamide Samuel <62676363+Olamiflow6577@users.noreply.github.com>
Date: Fri, 31 Mar 2023 07:58:05 -0700
Subject: [PATCH 4/4] Update README.md
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 446799a..5bd6873 100644
--- a/README.md
+++ b/README.md
@@ -60,11 +60,11 @@ After you're finished please remove all the comments and instructions!
-# 📖 [your_project_name]
+# 📖 [readme-template]
> Describe your project in 1 or 2 sentences.
-**[your_project__name]** is a...
+**[readme-template]** is a simple microverse project
## 🛠Built With