From 9f37acd4f124228f6132bac92bc08996948db09e Mon Sep 17 00:00:00 2001 From: Irving Delgado Date: Mon, 10 Jan 2022 12:20:34 -0600 Subject: [PATCH 1/2] Added an HTML file and built our first website --- index.htm | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 index.htm diff --git a/index.htm b/index.htm new file mode 100644 index 0000000..f77b321 --- /dev/null +++ b/index.htm @@ -0,0 +1,12 @@ + + + + + + + Document + + + Hello World! + + \ No newline at end of file From 7b261664c85047f2647043e698cfe94815b9a83f Mon Sep 17 00:00:00 2001 From: Irving Delgado Date: Mon, 10 Jan 2022 12:32:26 -0600 Subject: [PATCH 2/2] irving-delgado --- styles/index.css | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 styles/index.css diff --git a/styles/index.css b/styles/index.css new file mode 100644 index 0000000..bdc9695 --- /dev/null +++ b/styles/index.css @@ -0,0 +1,3 @@ +h1 { + color: green; +} \ No newline at end of file