<!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" xml:lang="en" lang="en" dir="ltr">
<head>
<title><!-- strip:start -->

	Include the site name in Kipper's interface
	and leave this blank, or leave the setting
	blank and enter the title here. Don't
	forget to take the "strip" tags out, too.

<!-- strip:end --></title>

<meta http-equiv="content-type"
content="text/html; charset=UTF-8" />

<link href="css/style.css" rel="stylesheet" type="text/css" />
<link href="favicon.ico" rel="shortcut icon" type="graphic/ico" />

</head>
<body>

<!-- 
	Harangus, a Kipper template by Carson Fire
-->

<div id="logo" title="Clupea harangus">
<a href="./"><h1>Tabby</h1></a>
</div>

<div id="menu">
<ul>
<!-- if:index:start -->
<li><span class="currentpage">Home</span></li>
<!-- if:index:end -->
<!-- ifnot:index:start -->
<li><a href="index.php">Home</a></li>
<!-- ifnot:index:end -->
<!-- if:tabby:start -->
<li><span class="currentpage">Tabby</span></li>
<!-- if:tabby:end -->
<!-- ifnot:tabby:start -->
<li><a href="tabby.php">Tabby</a></li>
<!-- ifnot:tabby:end -->
<!-- if:links:start -->
<li><span class="currentpage">Links</span></li>
<!-- if:links:end -->
<!-- ifnot:links:start -->
<li><a href="links.php">Links</a></li>
<!-- ifnot:links:end -->
<!-- if:about:start -->
<li><span class="currentpage">About</span></li>
<!-- if:about:end -->
<!-- ifnot:about:start -->
<li><a href="about.php">About</a></li>
<!-- ifnot:about:end -->
</ul>
</div>

<div id="content">
	<div id="leftflush">
<!-- content:start --><pre>

Note how each section--the logo, the content, and
the navigation, are all identified by your own ID
tags. Kipper tries to assume nothing about your
page design. You define everything with stylesheets.

Look at the included CSS file to see how we defined
these sections to get the look we wanted.

</pre><!-- content:end -->
	</div>
</div>

</body>
</html>


