From 3dd64dd7532a327ad3a1e1853ccb1a49922e991c Mon Sep 17 00:00:00 2001
From: superpants <2855475870@qq.com>
Date: Wed, 31 Mar 2021 21:03:06 +0800
Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90=E6=9C=80=E5=9F=BA=E6=9C=AC?=
=?UTF-8?q?=E7=9A=84=E6=B7=BB=E5=8A=A0=E8=B4=AD=E7=89=A9=E8=BD=A6=E5=8A=9F?=
=?UTF-8?q?=E8=83=BD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/main/webapp/WEB-INF/web.xml | 3 +++
src/main/webapp/cart.jsp | 19 +++++++++++++++++++
src/main/webapp/main.jsp | 19 +++++++++++++++++++
src/main/webapp/static/js/bootstrap.min.js | 7 +++++++
src/main/webapp/static/js/jquery-3.2.1.min.js | 4 ++++
src/main/webapp/static/js/respond.min.js | 5 +++++
6 files changed, 57 insertions(+)
create mode 100644 src/main/webapp/static/js/bootstrap.min.js
create mode 100644 src/main/webapp/static/js/jquery-3.2.1.min.js
create mode 100644 src/main/webapp/static/js/respond.min.js
diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml
index 9f88c1f..5794060 100644
--- a/src/main/webapp/WEB-INF/web.xml
+++ b/src/main/webapp/WEB-INF/web.xml
@@ -4,4 +4,7 @@
Archetype Created Web Application
+
+ main.jsp
+
diff --git a/src/main/webapp/cart.jsp b/src/main/webapp/cart.jsp
index 3472f52..1aca7a4 100644
--- a/src/main/webapp/cart.jsp
+++ b/src/main/webapp/cart.jsp
@@ -68,5 +68,24 @@
+
+
+