<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<?php
/**
 *
 * @author     WebsiteBaker Project
 * @copyright  GNU General Public License
 * @license    http://www.gnu.org/licenses/gpl.html
 * @version    1.1.0
 * @platform   Website Baker 2.8.2+
 *
 *
 * This html default only loaded if intro.php is not created
 *
 */

// TEMPLATE CODE STARTS BELOW
?><html xmlns="http://www.w3.org/1999/xhtml">
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	<meta name="language" content="en" />
<!-- meta information for search engines -->
	<title></title>
	<meta http-equiv="imagetoolbar" content="no" />
	<meta name="description" content="" />
	<meta name="keywords" content="" />
	<meta name="author" content="WebsiteBaker Org e.V." />
	<meta name="robots" content="index,follow" />
	<meta http-equiv="Content-Encoding" content="gzip" />
	<meta http-equiv="Accept-Encoding" content="gzip, deflate" />
<!-- site stylesheet (site colors and layout definitions) -->
	<link rel="stylesheet" type="text/css" href="" media="screen,projection" />
	<script src="" type="text/javascript"></script>
</head>
<body>
	<div class="content">
		<h3>Put your content here</h3>
	</div>
</body>
</html>