Advertisement
Guest User

Untitled

a guest
Oct 25th, 2013
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.80 KB | None | 0 0
  1.  
  2. <!DOCTYPE html>
  3. <html>
  4.     <head>
  5.         <title>Varle & Baggs</title>
  6.        <link rel="stylesheet" type="text/css" href="Stylesheet.css">
  7.        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  8.     </head>
  9.     <body>
  10.         <div id="Header">
  11.             <img id="logo" src="PNG/VarleBaggs.png"/>
  12.         </div>
  13.         <div id="Navigation">
  14.             <div  class="NavButton">
  15.                 Button
  16.             </div>
  17.             <div class="NavButton">
  18.                 Button
  19.             </div>
  20.             <div class="NavButton">
  21.                 Button
  22.             </div>
  23.             <div class="NavButton">
  24.                 Button
  25.             </div>
  26.             <div class="NavButton">
  27.                 Button
  28.             </div>
  29.         </div>
  30.     </body>
  31. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement