diff --git a/.gitignore b/.gitignore
index 3d060ad..cea9c01 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,6 @@
/.next/
/node_modules/
/.idea
-check-syntax.sh
+check-syntax
+server
+format
diff --git a/package.json b/package.json
index 1d7d4fe..7c81f8c 100644
--- a/package.json
+++ b/package.json
@@ -17,6 +17,7 @@
"axios": "^0.18.0",
"bootstrap": "^4.1.3",
"express": "^4.16.4",
+ "jquery": "^3.4.1",
"next": "^7.0.2",
"react": "^16.6.1",
"react-dom": "^16.6.1",
diff --git a/pages/index.js b/pages/index.js
index f81153d..dd2937b 100644
--- a/pages/index.js
+++ b/pages/index.js
@@ -23,6 +23,28 @@ function Main() {
+
+
+
);
}
diff --git a/yarn.lock b/yarn.lock
index 1a7c3c7..175be1c 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -4747,6 +4747,11 @@ isurl@^1.0.0-alpha5:
has-to-string-tag-x "^1.2.0"
is-object "^1.0.1"
+jquery@^3.4.1:
+ version "3.4.1"
+ resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.4.1.tgz#714f1f8d9dde4bdfa55764ba37ef214630d80ef2"
+ integrity sha512-36+AdBzCL+y6qjw5Tx7HgzeGCzC81MDDgaUP8ld2zhx58HdqXGoBd+tHdrBMiyjGQs0Hxs/MLZTu/eHNJJuWPw==
+
js-levenshtein@^1.1.3:
version "1.1.6"
resolved "https://registry.yarnpkg.com/js-levenshtein/-/js-levenshtein-1.1.6.tgz#c6cee58eb3550372df8deb85fad5ce66ce01d59d"