Advertisement
Guest User

Untitled

a guest
Jan 29th, 2015
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.64 KB | None | 0 0
  1. <!DOCTYPE HTML>
  2.  
  3. <html>
  4. <head>
  5.     <title>Does it work ?</title>
  6.     <meta name="viewport" content="width=device-width, intial-scale=1.0">
  7.     <link href="css/bootstrap.min.css" rel = "stylesheet" >
  8.     <link href="css/styles.css" rel = "stylesheet">
  9.  
  10.  
  11.  <!--      _~       -->
  12.  <!--   _~ )_)_~    -->
  13.  <!--   )_))_))_)   -->
  14.  <!--  __!__!__!__  -->
  15.  <!--  \Lolz Boat/  -->
  16.  <!--   \_______/   -->
  17.  
  18. </head>
  19.  
  20. <body>
  21.    
  22.     <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
  23.     <script src="js/bootstrap.js"></script>
  24.  
  25.     <div class = "navbar navbar-inverse navbar-static-top">
  26.        
  27.         <div class = "container">
  28.            
  29.             <div id="webtitle" class = "navbar-brand">The CS GO Middleman Service</div>
  30.  
  31.             <button class = "navbar-toggle" data-toggle = "collapse" data-target = ".navheadercollapse">
  32.                 <span class = "icon-bar"></span>
  33.                 <span class = "icon-bar"></span>
  34.                 <span class = "icon-bar"></span>
  35.             </button>
  36.  
  37.             <div class = "collapse navbar-collapse navheadercollapse">
  38.  
  39.                 <ul style = "color: #0099FF;" class = "nav navbar-nav navbar-left">
  40.  
  41.                     <li class = "active" ><a herf = "#">Home</a></il>
  42.                     <li > <a herf = "#">About</a></il>
  43.                     <li > <a herf = "#">Stuff 1</a></il>
  44.                     <li > <a herf = "#">Stuff 2</a></il>
  45.                     <li class = "dropdown">
  46.  
  47.  
  48.                     <a href = "#" class = "dropdown-toggle" data-toggle = "dropdown">A drop down</a>
  49.                         <ul class = "dropdown-menu">
  50.                             <li><a href = "#">Drop Down 1</a></li>
  51.                             <li><a href = "#">Drop Down 2</a></li>
  52.                             <li><a href = "#">Drop Down 3</a></li>
  53.                 </ul>
  54.  
  55.                     </li>
  56.  
  57.                    
  58.                 </ul>
  59.  
  60.             </div>
  61.  
  62.         </div>
  63.  
  64.     </div>
  65.  
  66.  
  67. </body>
  68.  
  69.  
  70. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement