blob: ab46c573d99c8b71b5243d532efe32bb4310e61f (
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
33
34
35
36
37
38
39
40
41
42
43
|
<?PHP
htmlHeader(array());
?>
<link href="https://plus.google.com/105148482605711831543" rel="publisher" />
<body>
<?php
topbar($Links);
?>
<div class="wrapper">
Email us: <a href='mailto:snap@pathery.com'>snap@pathery.com</a>
<br /><br />Follow us on twitter:
<a href="https://twitter.com/Pathery" class="twitter-follow-button" data-show-count="false">Follow @Pathery</a>
<script src="//platform.twitter.com/widgets.js" type="text/javascript"></script>
<br /><br />Like us on facebook:
<iframe id='facebook' src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com/pages/Pathery/176985129018434&layout=button_count&show_faces=false&width=90&action=like&font&colorscheme=dark&height=21"></iframe>
<br />Follow us on Google Plus:
<a href="https://plus.google.com/105148482605711831543?prsrc=3" style="text-decoration:none;"><img src="https://ssl.gstatic.com/images/icons/gplus-32.png" alt="" style="border:0;width:32px;height:32px;"/></a>
<br /><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();
?>
|