/index.html Secret
Last active
June 28, 2021 15:43
example dir
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<body> | |
<input type="text" class="input-login" /> | |
<script src="main.js" ></script> | |
</body> | |
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const input = document.querySelector(".input-login") | |
console.dir(input) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment