<?php
/* evenmorecode.php
*
* Will eventually grab the programs from the DB along with descriptions, etc.
*/
$page_title = 'Even More Code';
include 'include/header.php';
echo '
<p>
This section isn\'t finished. Try browsing <a href="/browse/code">/code</a> instead, for now.
</p>
';
include 'include/footer.php';
?>