summaryrefslogtreecommitdiffstats
path: root/pages/about.php
blob: eb1ada810c012743b7275768a2e3f7bbcc5aa4d0 (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
32
<?PHP
htmlHeader();
?>

<body>
<?php
topbar($Links);

echo "<br />";
echo "<br />";

?>

<center>
<br />Email us: <a href='mailto:snapems@gmail.com'>snapems@gmail.com</a>
<br />
<h3>Created by:</h3> <span title='AKA Snap'>Patrick Davison</span> and <span title='Goes by "Rex"'>Rex Ounekeo</span>
<br />
<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 />
</center>

</body>
</html>