<html>
<head>
<title></title>
</head>
<body>
<div>
<?php
</div>
<div>
/**
</div>
<div>
* Front to the WordPress application. This file doesn't do anything, but loads
</div>
<div>
* wp-blog-header.php which does and tells WordPress to load the theme.
</div>
<div>
*
</div>
<div>
* @package WordPress
</div>
<div>
*/
</div>
<div>
</div>
<div>
// Use the following line if WordPress is in the same directory.
</div>
<div>
require __DIR__ . '/wp-blog-header.php';
</div>
<div>
</div>
</body>
</html>