<?php
echo '<h1>No Nonsence PHP Framework</h1>
<h3>Welcome</h3>
You are seeing this page as it is the default controller for the site, to change the default controller simply change the $default variable at the top of index.php
<h3>Included Files</h3>
We have included the following files to help get a starting site up and running quickly, simply changing these will be a good start to your sites core design:
<ul>
<li>views/header.php</li>
<li>views/footer.php</li>
<li>views/navigation.php</li>
</ul>
<h3>File Structure</h3>
We recommend putting your css/javascript/images etc in the assets folder to maintain organistation.
';
?>