summaryrefslogtreecommitdiffstats
path: root/pages/about.php
diff options
context:
space:
mode:
Diffstat (limited to 'pages/about.php')
-rw-r--r--pages/about.php41
1 files changed, 19 insertions, 22 deletions
diff --git a/pages/about.php b/pages/about.php
index eb1ada8..4328014 100644
--- a/pages/about.php
+++ b/pages/about.php
@@ -5,28 +5,25 @@ 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>
+<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>
-</body>
-</html>
+<?php
+htmlFooter();
+?>