From 1e86510c17c3dcedffa84421812a25929501b0dc Mon Sep 17 00:00:00 2001 From: Sally Steuterman Date: Tue, 26 Sep 2023 13:33:29 -0500 Subject: [PATCH] Starter code for HTML chapter and new gitignore --- .gitignore | 1 + html/exercises/index.html | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 .gitignore create mode 100644 html/exercises/index.html diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000..496ee2ca6a --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.DS_Store \ No newline at end of file diff --git a/html/exercises/index.html b/html/exercises/index.html new file mode 100644 index 0000000000..80f716a800 --- /dev/null +++ b/html/exercises/index.html @@ -0,0 +1,16 @@ + + + + + + HTML Exercise + + + + + + + + + + \ No newline at end of file