From 6519a26c390afa6e0143d7e08d8a96de6ee4c17b Mon Sep 17 00:00:00 2001 From: Aastha Shah <54112296+AasthaShah@users.noreply.github.com> Date: Thu, 23 Apr 2020 21:31:14 +0530 Subject: [PATCH] Files inside a folder called product These files shouldbe inside a folder called product --- WebContent/AddProduct.html | 88 +++++++++++++++++++++++++++++++++++ WebContent/GetAllProduct.html | 48 +++++++++++++++++++ WebContent/ViewProduct.html | 51 ++++++++++++++++++++ 3 files changed, 187 insertions(+) create mode 100644 WebContent/AddProduct.html create mode 100644 WebContent/GetAllProduct.html create mode 100644 WebContent/ViewProduct.html diff --git a/WebContent/AddProduct.html b/WebContent/AddProduct.html new file mode 100644 index 0000000..3d5e3ae --- /dev/null +++ b/WebContent/AddProduct.html @@ -0,0 +1,88 @@ + + + + +Add Product + + + + + +
+
+ +
+
+ + + + + + + + + + + + + +
+ +
+
+
+ +
+ + \ No newline at end of file diff --git a/WebContent/GetAllProduct.html b/WebContent/GetAllProduct.html new file mode 100644 index 0000000..70b4fcd --- /dev/null +++ b/WebContent/GetAllProduct.html @@ -0,0 +1,48 @@ + + + + +Get all products + + + + +
+
+ + + + + \ No newline at end of file diff --git a/WebContent/ViewProduct.html b/WebContent/ViewProduct.html new file mode 100644 index 0000000..a267faf --- /dev/null +++ b/WebContent/ViewProduct.html @@ -0,0 +1,51 @@ + + + + +Insert title here + + + +
+

Enter the Product Id

+ + +
+
+
+
+
+ + \ No newline at end of file