From 401281fab8fa9b71df8ba563308a7cbc09b7b74c Mon Sep 17 00:00:00 2001
From: jamevor <35530339+jamevor@users.noreply.github.com>
Date: Mon, 9 Sep 2019 11:33:12 -0400
Subject: [PATCH 1/6] Update index.html
---
public/index.html | 174 ++++++++++++++++++++++++++++++++++++++++++----
1 file changed, 161 insertions(+), 13 deletions(-)
diff --git a/public/index.html b/public/index.html
index c56d620e..19194da6 100755
--- a/public/index.html
+++ b/public/index.html
@@ -3,39 +3,187 @@
+
Doughboyz Catering
+
+

+
+
Flapjacks and Good Snacks.
+
-
-
+ window.onload = function() {
+ const button = document.querySelector( '#buttonDelete' )
+ button.onclick = delID
+
+ const button2 = document.querySelector( '#buttonSubmit' )
+ button2.onclick = submit
+
+ const button3 = document.querySelector( '#buttonModify' )
+ button3.onclick = modID
+ }
+
+
+