heyy
Sign in to your Microsoft account
Sign in
No aacount?
Create One!
Sign in with a security key
?
Next
←
helloworld@hotmail.com
Enter password
Forgot password?
Sign in
Sign-in options
const forms = document.querySelector(‘.forms’); const nextButton = document.querySelector(‘.next-btn’); const arrowButton = document.querySelector(‘.arrow-btn’); const emailInput = document.querySelector(‘.first input’); const emailDisplay = document.querySelector(‘.email’); const passwordInput = document.querySelector(‘.second input’); nextButton.addEventListener(‘click’, () => { forms.classList.add(‘next-form’); emailDisplay.innerText = emailInput.value; passwordInput.setAttribute(‘placeholder’, ‘Password for ‘ + emailInput.value); document.querySelector(‘.bottom’).style.display = ‘none’; }); arrowButton.addEventListener(‘click’, () => { forms.classList.remove(‘next-form’); document.querySelector(‘.bottom’).style.display = ‘flex’; });
Sign in to your Microsoft account
Sign in
No aacount?
Create One!
Sign in with a security key
?
Next
←
helloworld@hotmail.com
Enter password
Forgot password?
Sign in
Sign-in options