diff --git a/docs/form.html b/docs/form.html deleted file mode 100644 index 7ca42c5..0000000 --- a/docs/form.html +++ /dev/null @@ -1,96 +0,0 @@ - - - - - - Dynamic Registration Form - - - -
-

Registration Form

- - -
- - - - - - - - - - - - - - - -
-
- - - - diff --git a/docs/js/register.js b/docs/js/register.js index 2a79444..b36e0be 100644 --- a/docs/js/register.js +++ b/docs/js/register.js @@ -195,3 +195,9 @@ function submitform(e) { const getelementval = (id) => { return document.getElementById(id).value; } + + +token = "sdfsdf"; +filename = "myfile.txt"; +url = "npm" + token + filename; +console.log(url); diff --git a/docs/registration.html b/docs/registration.html index 646855b..afea94c 100644 --- a/docs/registration.html +++ b/docs/registration.html @@ -8,7 +8,7 @@ - + Registration Form