]> andersk Git - sql-web.git/blob - tpl/contact.php
git-svn-id: svn://presbrey.mit.edu/php/lib@124 a142d4bd-2cfb-0310-9673-cb33a7e74f58
[sql-web.git] / tpl / contact.php
1 <?php
2 include 'head.php';
3 ?>
4
5 <h3>Contact/Help</h3>
6
7 <?php printErrors($err); ?>
8
9 <p>
10 We welcome all questions, comments, and suggestions.<br>
11 </p>
12 <p>
13 Please direct inquiries to <strong>sql at mit.edu</strong>
14 </p>
15
16 <?php
17 include 'foot.php';
18 ?>
This page took 0.038673 seconds and 5 git commands to generate.