I followed tutorials on Youtube to create a login and signup page, but I ended up putting all the code in index.html file. Now, I want to separate the login and signup pages into different files, but I'm facing issues with linking them together since I have no knowledge of JavaScript and simply copied the code. Can someone assist me in separating the login and signup pages from index.html?
I attempted to split the login and signup pages from index.html but got stuck in the process. Could anyone provide guidance on this matter?
Login.html
Signup.html
style.css
script.js