
wpress
By: a guest on
Oct 6th, 2012 | syntax:
HTML | size: 1.39 KB | hits: 108 | expires: Never
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head> <title> Je </title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<link type="text/css" rel="stylesheet" href="<?php bloginfo( 'stylesheet_url' ); ?>" />
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js" type="text/javascript">
</script>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<link href='http://fonts.googleapis.com/css?family=Lato:100,400' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
</head>
<body>
<div id="body">
<h1> Cakes</h1>
<ul id="nav">
<li><a href="#" >Home</a></li>
<li><a href="cakes" >Cakes</a></li>
<li><a href="blog" >Blog</a></li>
<li><a href="contact" >Contact</a></li>
</ul>
<div id="border">
<div class="top">
<h2>About</h2>
</div>
<div id="info">
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<?php the_content('Read the rest of this entry ยป'); ?>
<?php endwhile; ?>
<?php else : ?>
<?php endif; ?>
</div>
<div id="footer">
<a href="">Tyler </a>
</div>
</div>
</div>
</body>
</html>