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