Skip to content

Instantly share code, notes, and snippets.

@zainafzal88
Created October 7, 2020 09:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zainafzal88/7d8b50960fd58bb72387780ac53fd036 to your computer and use it in GitHub Desktop.
Save zainafzal88/7d8b50960fd58bb72387780ac53fd036 to your computer and use it in GitHub Desktop.
<div class="comments-view">
<h4>Please Share Thoughts</h4>
<input id="name" type="name" class="form-control" placeholder="Enter your email">
<textarea id="comment" class="form-control" placeholder="Share thoughts here"></textarea>
<button id="submit" class="btn btn-primary" >Comment</button>
<div id="all-comments" class="show-comments"></div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment