commit 9ef10153c9af0172d9e3eb9708dcf32b85c5b792 Author: arianagiroux Date: Sat Jun 25 14:52:55 2022 -0600 Initial Commit - adds basic .gitignore - adds basic index.html file diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c03ba5e --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/bower_components/ +/node_modules/ \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..f9f6b80 --- /dev/null +++ b/index.html @@ -0,0 +1,21 @@ + + + + + + Example Title + + + + + + + + +
+
+ + + + +