]> andersk Git - sql-web.git/blob - tpl/contact.php
new style: conform to new <scripts.mit.edu> textpattern template
[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.078127 seconds and 5 git commands to generate.