Subversion Repositories taios

Rev

Blame | Compare with Previous | Last modification | View Log | RSS feed

<?php

require '../_taios.php';

$page = new Taios_Page('Tim32 Challenge', '../');
$page->drawHeader();
$page->drawMiddle();

write('<p class="bold">Take the Tim32 challenge here!</p>');
write('<a href="01.php"><h2>Enter the Challenge!</h2></a>');

$page->drawFooter();

?>