<?php $title = "IT Course Evaluation System"; $root="/~chrisc"; ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
<html>
<head>
    <title><?= $title ?></title>
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
    <link rel="stylesheet" type="text/css" href="<?= $root ?>/myown.css" />
</head>

<body bgcolor="#6699CC" link="#000066 " vlink="#000066">

<h1>IT Online Course Evaluation System</h1>
