Skip to content

Instantly share code, notes, and snippets.

@DiegoSantosWS
Last active September 17, 2018 18:34
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 DiegoSantosWS/ec0eb0ce66a1fb99aaba814c0aed54c2 to your computer and use it in GitHub Desktop.
Save DiegoSantosWS/ec0eb0ce66a1fb99aaba814c0aed54c2 to your computer and use it in GitHub Desktop.
<div class="container">
<div class="row">
<h4 class="text-primary">{{.Title2}}</h4>
</div>
<form action="" method="post">
<div class="form-group">
<label for="">Name</label>
<input type="text" name="" class="form-control" placeholder="Enter with your name">
<small id="helpId" class="text-muted">Enter with your name</small>
</div>
<div class="form-group">
<label for="">E-mail</label>
<input type="email" name="" class="form-control" placeholder="Enter with your e-mail">
<small id="helpId" class="text-muted">Enter with your e-mail</small>
</div>
<div class="form-group">
<label for=""></label>
<input type="tel" name="" class="form-control">
<small id="helpId" class="text-muted">Enter with number the your phone</small>
</div>
</form>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment