Advertisement
Guest User

Untitled

a guest
Apr 24th, 2014
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta http-equiv="X-UA-Compatible" content="IE=edge" >
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <script src="js/lib/jquery/jquery-1.10.2.js"></script>
  7. <script src="js/lib/bootstrap/js/bootstrap.js"></script>
  8. <link rel="stylesheet" href="js/lib/bootstrap/css/bootstrap.min.css" media="screen"/>
  9. </head>
  10. <body>
  11.  
  12. <div class="container">
  13. <div class="row">
  14. <div class="col-md-5">
  15. <button type="button" class="btn btn-default btn-lg">
  16. <span class="glyphicon glyphicon-arrow-left"></span>Back
  17. </button>
  18. </div>
  19. </div>
  20. </div>
  21. </body>
  22. </html>
  23.  
  24. <span class="glyphicon glyphicon-arrow-left"></span>
  25.  
  26. <body>
  27. <button type="button" class="btn btn-default btn-lg">
  28. <span class="glyphicon glyphicon-arrow-left"></span>Back</button>
  29. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement