Advertisement
Guest User

Untitled

a guest
Jul 24th, 2014
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.81 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  2.    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml"
  4.     xmlns:h="http://java.sun.com/jsf/html"
  5.     xmlns:ui="http://java.sun.com/jsf/facelets"
  6.     xmlns:f="http://java.sun.com/jsf/core">
  7.  
  8. <!-- FOOTER -->
  9. <body>
  10.     <div id="footer" class="navbar navbar-inverse navbar-bottom">
  11.         <div class="container">
  12.             <div class="row">
  13.                 <div class="col-md-6">
  14.                     <h:graphicImage name="imagens/governo.png" alt="" />
  15.                 </div>
  16.                 <div class="col-md-6 text-right">
  17.                     <h:graphicImage name="imagens/marcauepbfooter.png" alt="" />
  18.                 </div>
  19.             </div>
  20.  
  21.             <p class="text-muted credit">UEPB - Universidade Estadual da
  22.                 Paraíba &copy;</p>
  23.         </div>
  24.         <!-- /container -->
  25.     </div>
  26.     <!-- /navbar -->
  27. </body>
  28. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement