Advertisement
Guest User

Untitled

a guest
Jan 4th, 2013
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.75 KB | None | 0 0
  1. <div class="container-narrow">
  2.       <div class="masthead" style="display:block;">
  3.         <ul class="nav nav-pills pull-right">
  4.           <li><a href="/">Home</a></li>
  5.           <li class="active"><a href="/about">About</a></li>
  6.           <li><a href="/contact">Contact</a></li>
  7.         </ul>
  8.         <h3 class="muted">OpenHydrometer</h3>
  9.  
  10.       </div>
  11.  
  12.       <hr>
  13. <div style="display: block">
  14. <img src="/static/images/hydrometer.jpg" style="float: left; margin: 0.5em; display: block;">
  15. <p style="float: left; height: 100%">Normally you have to</p>
  16. </div>
  17.              
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.        
  25.       <hr>
  26.  
  27.       <div class="footer" style="float: left; display: block;width: 100%">
  28.         <p>© OpenHydrometer 2012</p>
  29.  
  30.       </div>
  31.  
  32.     </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement