Link not working

Hey guys. This is driving me nuts, and I know it must be something trivial. Just need a second pair of eyes. When I click on the “Products” link; it stays on the home page. Not sure why. Here is my code…

<div id="navbar" class="navbar-collapse collapse">
              <ul class="nav navbar-nav navbar-right">
                <li><a href="index.html">Home</a></li>
                <li id="active"><a href="products.html">Products</a></li>
                <li><a href="#">Textures</a></li>
                <li><a href="#">Application</a></li>
                <li><a href="#">Contact</a></li>
              </ul>
            </div><!--/.navbar-collapse -->