Files @ b6200d0e96ea
Branch filter:

Location: SlatePermutate/index.php

ethanzonca
Letter/Number switcher changes column header as well
<?php 
	include 'inc/class.page.php'; 
	$mypage = new page('Scheduler');
?>

<h3>Find the schedule that works for you!</h3>
<p>View a <a href="schedulecreator.php">demo output</a> or get <a href="input.php">started on your own</a>. This program was created specifically for use by <a href="http://www.calvin.edu">Calvin College</a> students, although it may work for other schools as well.</p>


<?
$mypage->foot();
?>