Skip to content

Instantly share code, notes, and snippets.

@carsonfarmer
Created June 14, 2018 06:44
Show Gist options
  • Select an option

  • Save carsonfarmer/3d09d921a3a2eb6323380e60cc2a8288 to your computer and use it in GitHub Desktop.

Select an option

Save carsonfarmer/3d09d921a3a2eb6323380e60cc2a8288 to your computer and use it in GitHub Desktop.
index.html step 2
<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