Advertisement
wclendining

header.phpAlone

Mar 15th, 2015
605
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.33 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3.    <head>
  4.    </head>
  5. <body>
  6.    <nav id="global">
  7.       global navigation stuff goes here.
  8.    </nav>
  9.    <header>
  10.       <h1>This is my site</h1>
  11.       <p class="TagLine">Our site tag line goes here.</p>
  12.    </header>
  13.    <nav id="cardinal">
  14.       cardinal navigation stuff goes here
  15.    </nav>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement