Guest User

Untitled

a guest
Jun 24th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. <form action="#">
  2. <div class="form-group">
  3. <label for="tweet">Tweet</label>
  4. <textarea id="tweet" class="form-control"></textarea>
  5. </div>
  6. <button onclick="getTweets()" type="submit" class="btn btn-primary btn-block">Tweet <span class="glyphicon glyphicon-th"></span></button>
  7. </form>
Add Comment
Please, Sign In to add comment