Skip to content

Instantly share code, notes, and snippets.

@shameemreza
Created November 12, 2019 11:32
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 shameemreza/7bfe29af8e4f776783998928c66f2b08 to your computer and use it in GitHub Desktop.
Save shameemreza/7bfe29af8e4f776783998928c66f2b08 to your computer and use it in GitHub Desktop.
<div class="input-group mb-3">
<input type="email" name="EMAIL" class="form-control" placeholder="Recipient's email"
aria-label="email address" aria-describedby="button-addon2">
<div class="input-group-append">
<button class="btn btn-outline-secondary" type="submit"
id="button-addon2">Subscribe</button>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment