summaryrefslogtreecommitdiffstats
path: root/pages/about.php
diff options
context:
space:
mode:
authorraylu <raylu@cmu.edu>2011-04-07 00:27:27 -0400
committerraylu <raylu@cmu.edu>2011-04-07 00:27:27 -0400
commitf8c9eb5220afaf2f9a62f9a176a45913240f4081 (patch)
tree99775178acfcef6e86e39184be0ac96083042f1b /pages/about.php
downloadpathery-f8c9eb5220afaf2f9a62f9a176a45913240f4081.tar.xz
Initial import from Dropbox
Diffstat (limited to 'pages/about.php')
-rw-r--r--pages/about.php32
1 files changed, 32 insertions, 0 deletions
diff --git a/pages/about.php b/pages/about.php
new file mode 100644
index 0000000..f5ddb8e
--- /dev/null
+++ b/pages/about.php
@@ -0,0 +1,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>
+<br />raylu
+<h4>Testers:</h4>
+Steven Gosling
+<br />Patrick's Family
+<br />Josh
+<br />Rory Matthias Quentin Maison
+<br />Matt
+<br />
+</center>
+
+</body>
+</html>