]> andersk Git - sql-web.git/blob - tpl/contact.php
a260bf96101142b1a59484ba6f6da73af9d6727b
[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.022797 seconds and 3 git commands to generate.