diff --git a/public/index.html b/public/index.html index b42f44b..08d0bd2 100644 --- a/public/index.html +++ b/public/index.html @@ -80,8 +80,8 @@

-
- + +

diff --git a/public/index.js b/public/index.js index 753c49b..1f1dbf3 100644 --- a/public/index.js +++ b/public/index.js @@ -1,5 +1,5 @@ -const form = document.querySelector("form"); -const input = document.querySelector("input"); +const form = document.querySelector("#uv-form"); +const input = document.querySelector("#uv-address"); const error = document.querySelector("#error"); const errorCode = document.querySelector("#error-code");