blob: 4328014c5ba89d4dd192b5d3f474419d1472e01c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
<?PHP
htmlHeader();
?>
<body>
<?php
topbar($Links);
?>
<div class="wrapper">
Email us: <a href='mailto:snapems@gmail.com'>snapems@gmail.com</a>
<br />
<h3>Created by:</h3>
Patrick Davison (Snap) and Rex Ounekeo
<h3>Special thanks:</h3>
<h4>Programmers:</h4>
raylu
<h4>Testers:</h4>
Steven Gosling
<br />Patrick's Family
<br />Josh
<br />Rory Matthias Quentin Maison
<br />Matt
</div>
<?php
htmlFooter();
?>
|