Files @ b1eaa42d3c3d
Branch filter:

Location: SlatePermutate/index.php - annotation

ethanzonca
Made text frendlier-soundingish
<?php 
	include_once 'inc/class.page.php'; 
	$mypage = new page('Scheduler');
?>

<h3>Find the schedule that works for you!</h3>
<p>View <a href="schedulecreator.php">demo output</a> or get <a href="input.php">started on your own</a>. This program was created by <a href="http://www.calvin.edu">Calvin College</a> and <a href="http://cedarville.edu/">Cedarville University</a> students. SlatePermutate is institution-apathetic.</p>


<?php
$mypage->foot();