Advertisement
Guest User

Untitled

a guest
Nov 4th, 2013
1,026
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.85 KB | None | 0 0
  1. glyphicons-halflings-regular.eot
  2. glyphicons-halflings-regular.svg
  3. glyphicons-halflings-regular.ttf
  4. glyphicons-halflings-regular.woff
  5.  
  6. <!DOCTYPE html>
  7. <html>
  8. <head>
  9. <title>Bootstrap example</title>
  10. <meta name="viewport" content="width=divice-width, initial-scale=1.0">
  11. <!-- Bootstrap -->
  12. <link href="bootstrap.css" rel="stylesheet" media="screen">
  13. </head>
  14.  
  15. <div class="collapse navbar-collapse">
  16. <ul class="nav navbar-nav">
  17. <li class="active"><a href="#"><span class="glyphicon glyphicon-home"></span>
  18. Home</a></li>
  19. <li><a href="#"><span class="glyphicon glyphicon-star"></span> Top
  20. Destinations</a></li>
  21. <li class="dropdown">
  22. <a href="#" class="dropdown-toggle" data-toggle="dropdown"><span
  23. class="glyphicon glyphicon-user"></span> About Us<b class="caret"></b></a>
  24.  
  25. <link href="bootstrap.css" rel="stylesheet" media="screen">
  26.  
  27. /css <-- Bootstrap.css here
  28. /fonts <-- Bootstrap fonts here
  29. /img
  30. /js <-- Bootstrap JavaScript here
  31. index.html
  32.  
  33. <link href="css/bootstrap.css" rel="stylesheet" media="screen">
  34. or
  35. <link href="./css/bootstrap.css" rel="stylesheet" media="screen">
  36. or
  37. <link href="/css/bootstrap.css" rel="stylesheet" media="screen">
  38.  
  39. @font-face {
  40. font-family: 'Glyphicons Halflings';
  41. src: url('../fonts/glyphicons-halflings-regular.eot');
  42. src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
  43. }
  44.  
  45. /fonts
  46. Bootstrap.css
  47. index.html
  48.  
  49. C:wwwfonts
  50. C:wwwBoostrap.css
  51. C:wwwindex.html
  52.  
  53. C:fonts
  54.  
  55. C:wwwfonts
  56.  
  57. <span class="glyphicon glyphicon-comment"></span>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement