]> andersk Git - sql-web.git/blob - tpl/contact.php
7e7d1d4408abb346d9bb0a9fa54466588a4623f8
[sql-web.git] / tpl / contact.php
1 <?php
2 include 'head.php';
3 ?>
4
5 <h2>Contact</h2>
6
7 <?php printErrors($err); ?>
8
9 Please direct inquiries to:
10 <strong>sql at mit.edu</strong>
11
12 <?php
13 include 'foot.php';
14 ?>
This page took 0.02566 seconds and 3 git commands to generate.