Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Nothing00980 committed Sep 17, 2023
1 parent bcaca48 commit 99c5313
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 97 deletions.
96 changes: 0 additions & 96 deletions docs/form.html

This file was deleted.

6 changes: 6 additions & 0 deletions docs/js/register.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
2 changes: 1 addition & 1 deletion docs/registration.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">


<!-- Title Page-->
<title>Registration Form</title>

Expand Down

0 comments on commit 99c5313

Please sign in to comment.