From fbaf30c85e15980e211f002679d74aa4fdfb0fe3 Mon Sep 17 00:00:00 2001 From: smileman0001 <111222333artem8@gmail.com> Date: Fri, 12 Nov 2021 15:43:24 +0500 Subject: [PATCH] 1-5 --- package-lock.json | 1 + static/index.html | 65 ++++++++++++++++++++++++++++++++++++++++++++ static/styles.css | 43 +++++++++++++++++++++++++++++ static/validation.js | 23 ++++++++++++++++ 4 files changed, 132 insertions(+) create mode 100644 static/validation.js diff --git a/package-lock.json b/package-lock.json index 6aaf3bc..486f987 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,6 +5,7 @@ "requires": true, "packages": { "": { + "name": "tables-and-forms", "version": "1.0.0", "license": "ISC", "dependencies": { diff --git a/static/index.html b/static/index.html index 514b62f..ff65844 100644 --- a/static/index.html +++ b/static/index.html @@ -11,6 +11,71 @@