blob: 9181a8781d1c4dbc68e365aac215b9433890bb27 (
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
30
31
|
<?PHP
htmlHeader(array());
?>
<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
<br />Radivel
<br />Splax
</div>
<?php
htmlFooter();
?>
|