Team:St Andrews/Template:Footer

From 2012.igem.org

(Difference between revisions)
(Replaced content with "<html> <footer> <h1>THIS IS A FOOTER</h1> </footer> </html>")
Line 1: Line 1:
<html>
<html>
-
 
+
<footer>
-
 
+
<h1>THIS IS A FOOTER</h1>
-
<div class="navbar navbar-bottom">
+
</footer>
-
  <div class="navbar-inner">
+
-
    <div class="container">
+
-
+
-
      <!-- .btn-navbar is used as the toggle for collapsed navbar content -->
+
-
      <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
+
-
        <span class="icon-bar"></span>
+
-
        <span class="icon-bar"></span>
+
-
        <span class="icon-bar"></span>
+
-
      </a>
+
-
+
-
      <!-- Be sure to leave the brand out there if you want it shown -->
+
-
      <a class="brand" href="#">Project name</a>
+
-
+
-
      <!-- Everything you want hidden at 940px or less, place within here -->
+
-
      <div class="nav-collapse">
+
-
        <!-- .nav, .navbar-search, .navbar-form, etc -->
+
-
      </div>
+
-
+
-
    </div>
+
-
  </div>
+
-
</div>
+
</html>
</html>

Revision as of 10:38, 8 June 2012

THIS IS A FOOTER