Advertisement
Guest User

wpress

a guest
Oct 6th, 2012
270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.39 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.  
  4. <head> <title> Je </title>
  5.  
  6.     <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
  7.     <link type="text/css" rel="stylesheet" href="<?php bloginfo( 'stylesheet_url' ); ?>" />
  8.     <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js" type="text/javascript">
  9.     </script>
  10.     <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
  11.     <link href='http://fonts.googleapis.com/css?family=Lato:100,400' rel='stylesheet' type='text/css'>
  12.     <link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
  13.    
  14.    
  15.  
  16.  
  17.  
  18. </head>
  19. <body>
  20.  
  21. <div id="body">
  22.  
  23. <h1> Cakes</h1>
  24.  
  25. <ul id="nav">    
  26.  
  27.      <li><a href="#" >Home</a></li>
  28.      <li><a href="cakes" >Cakes</a></li>
  29.      <li><a href="blog" >Blog</a></li>
  30.      <li><a href="contact" >Contact</a></li>
  31.  
  32.      </ul>
  33.      
  34.      
  35. <div id="border">
  36. <div class="top">
  37. <h2>About</h2>
  38. </div>
  39.  
  40.  
  41.  
  42. <div id="info">
  43.  
  44.         <?php if (have_posts()) : ?>  
  45.     <?php while (have_posts()) : the_post(); ?>  
  46.         <?php the_content('Read the rest of this entry »'); ?>  
  47.     <?php endwhile; ?>  
  48.     <?php else : ?>  
  49.      
  50. <?php endif; ?>            
  51.  
  52.  
  53.         </div>
  54.  
  55. <div id="footer">
  56. <a href="">Tyler </a>
  57. </div>
  58. </div>
  59. </div>
  60. </body>
  61. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement