Advertisement
Guest User

Untitled

a guest
Feb 8th, 2016
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. <html>
  2. <head>
  3. </head>
  4.  
  5. <body>
  6. <h1>random quote generator</h1>
  7. <div id="buttonCenter">
  8. <input type="submit" value="" id="tweet" title="Click to <b>Tweet</b> this quote" />
  9. </div>
  10.  
  11. <div id="box"></div>
  12.  
  13. <div id="buttonCenter" ><input type="submit" onclick= "quoteGenerator()" value="Generate another quote" id="random"/>
  14. </div>
  15.  
  16.  
  17. </body>
  18. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement