From 9ef10153c9af0172d9e3eb9708dcf32b85c5b792 Mon Sep 17 00:00:00 2001 From: arianagiroux Date: Sat, 25 Jun 2022 14:52:55 -0600 Subject: [PATCH] Initial Commit - adds basic .gitignore - adds basic index.html file --- .gitignore | 2 ++ index.html | 21 +++++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 .gitignore create mode 100644 index.html 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 + + + + + + + + +
+
+ + + + +