From e5c239ba0bce1dcf212ef9483fd73b2eacb194b1 Mon Sep 17 00:00:00 2001 From: acl13 <128934431+acl13@users.noreply.github.com> Date: Mon, 5 Aug 2024 13:31:58 -0400 Subject: [PATCH 01/13] initial commit --- index.html | 0 main.js | 0 style.css | 0 3 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 index.html create mode 100644 main.js create mode 100644 style.css diff --git a/index.html b/index.html new file mode 100644 index 00000000..e69de29b diff --git a/main.js b/main.js new file mode 100644 index 00000000..e69de29b diff --git a/style.css b/style.css new file mode 100644 index 00000000..e69de29b From b5aa4815e7e34a360d6d466a10ff2912dbf6c24b Mon Sep 17 00:00:00 2001 From: acl13 <128934431+acl13@users.noreply.github.com> Date: Mon, 5 Aug 2024 13:37:35 -0400 Subject: [PATCH 02/13] create html boilerplate; link bootstrap, css, and js --- index.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/index.html b/index.html index e69de29b..952e20a7 100644 --- a/index.html +++ b/index.html @@ -0,0 +1,19 @@ + + +
+ + +