From c26eb8893d86e36daa14dc81adf477196d177e29 Mon Sep 17 00:00:00 2001 From: Rebecca Stone Date: Mon, 10 Jan 2022 12:20:37 -0600 Subject: [PATCH 1/2] added html file and built our first website --- index.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..24d136e --- /dev/null +++ b/index.html @@ -0,0 +1,12 @@ + + + + + + + Document + + +

Hello World!

+ + \ No newline at end of file From 032408ba08d0c2296739b02d6752ad94ff71f70f Mon Sep 17 00:00:00 2001 From: Rebecca Stone Date: Mon, 10 Jan 2022 12:30:53 -0600 Subject: [PATCH 2/2] made website pretty --- styles/index.css | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 styles/index.css diff --git a/styles/index.css b/styles/index.css new file mode 100644 index 0000000..e69de29