Skip to content

Instantly share code, notes, and snippets.

@dianevinson
Created June 17, 2020 19:56
Show Gist options
  • Save dianevinson/73bc69c5e7ffa3db053b0f85b6643068 to your computer and use it in GitHub Desktop.
Save dianevinson/73bc69c5e7ffa3db053b0f85b6643068 to your computer and use it in GitHub Desktop.
<div id="nameInput">
<input type="text" id="name" autocomplete="off" placeholder="Name" value="Anonymous">
<input type="color" id="color" value="#aa00ff">
</div>
<ul id="messages"></ul>
<div id="input">
<input type="text" id="message">
<button id="clickme">Click Here</button>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment