Guest User

Untitled

a guest
Apr 23rd, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. <!--
  2. Random quote from talaikis api
  3. -->
  4. <div class="container">
  5. <h1>Random Quote Machine</h1>
  6. <br><br>
  7. <div id="box">
  8. <div>
  9. <p id="quote">There seems to be an issue with javascript</p>
  10. </div>
  11. <div>
  12. <p id="author">author</p>
  13. </div>
  14. <br><br>
  15. <div class="row">
  16. <div class="col-md-6">
  17. <button class="btn btn-info" id="tweet">Tweet Quote</button>
  18. </div>
  19. <div class="col-md-6">
  20. <button class="btn btn-primary" id="new-quote"> New Quote</button>
  21. </div>
  22. </div>
  23. </div>
  24. </div>
Add Comment
Please, Sign In to add comment