From 50294990b8ee6554797c8f17894f2933c2273359 Mon Sep 17 00:00:00 2001 From: Henry Date: Wed, 20 Oct 2021 08:38:55 -0700 Subject: [PATCH 1/2] READme file created --- READme.txt | 1 + index.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 READme.txt diff --git a/READme.txt b/READme.txt new file mode 100644 index 0000000..078f3cd --- /dev/null +++ b/READme.txt @@ -0,0 +1 @@ +Just a READme text file of a shopping cart diff --git a/index.html b/index.html index a8e9aff..6f1ee49 100755 --- a/index.html +++ b/index.html @@ -18,6 +18,6 @@ - + hello From 72f143a425ff9ac1a6fb264f9b0d7817948a7621 Mon Sep 17 00:00:00 2001 From: Henry Date: Wed, 20 Oct 2021 09:31:38 -0700 Subject: [PATCH 2/2] HTML shell created --- index.html | 52 +++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 51 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 6f1ee49..6f0dd1e 100755 --- a/index.html +++ b/index.html @@ -18,6 +18,56 @@ - hello +
+ +
+

Shopping Cart

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ItemPrice ($)QuantityTotal Price ($)
+
+
+

Total Cost:

+
+
+

$

+
+
+
+ + + +