Advertisement
anzure

../template.php

May 13th, 2015
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.73 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <link href="CSS/Layout.css" rel="stylesheet" type="text/css";
  5. <link href="CSS/Menu.css" rel="stylesheet" type="text/css";
  6. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  7. <title>Template</title>
  8. </head>
  9.  
  10. <body>
  11. <div id="Holder">
  12. <div id="Header"></div>
  13. <div id="NavBar">
  14.     <nav>
  15.         <ul>
  16.             <li><a href="#">Login</a></li>
  17.             <li><a href="#">Register</a></li>
  18.             <li><a href="#">Forgot Password</a></li>
  19.         </ul>
  20.     </nav>
  21. </div>
  22. <div id="Content"></div>
  23. <div id="Footer"></div>
  24. </div>
  25. </body>
  26. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement