]> andersk Git - sql-web.git/blob - tpl/contact.php
new templates
[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.11854 seconds and 5 git commands to generate.