]> andersk Git - sql-web.git/blame_incremental - tpl/contact.php
minor portability fixes
[sql-web.git] / tpl / contact.php
... / ...
CommitLineData
1<?php
2include 'head.php';
3?>
4
5<h3>Contact/Help</h3>
6
7<?php printErrors($err); ?>
8
9<p>
10We welcome all questions, comments, and suggestions.<br>
11</p>
12<p>
13Please direct inquiries to <strong>sql at mit.edu</strong>
14</p>
15
16<?php
17include 'foot.php';
18?>
This page took 0.04719 seconds and 5 git commands to generate.