Created
June 14, 2018 06:44
-
-
Save carsonfarmer/3d09d921a3a2eb6323380e60cc2a8288 to your computer and use it in GitHub Desktop.
index.html step 2
This file contains hidden or 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
| <h1>Welcome to Encryptoid!</h1> | |
| <form id="secret"> | |
| <label for="message">Message</label> | |
| <textarea id="message" required rows="5"></textarea> | |
| <label for="password">Password</label> | |
| <input id="password" type="text" required minlength="10" maxlength="100"> | |
| </form> | |
| <button id="button" type="button">Encrypt</button> | |
| <div id="output"></div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment