diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2011-09-12 00:53:42 -0700 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2011-09-12 00:53:42 -0700 |
commit | 450b6daf7e80bb139fe679db3aa8e701c5563cca (patch) | |
tree | 1add9111e6615f94ec156498c0977e561d62a2a1 /pages/home.php | |
parent | 6918d70360e5ccfd445b522645c2b7f7bdd9a193 (diff) | |
download | pathery-450b6daf7e80bb139fe679db3aa8e701c5563cca.tar.xz |
Removed out-dated dialog.
Diffstat (limited to 'pages/home.php')
-rw-r--r-- | pages/home.php | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/pages/home.php b/pages/home.php index 53c8fe4..ffba035 100644 --- a/pages/home.php +++ b/pages/home.php @@ -94,9 +94,7 @@ $mergesolution = $map; //Like button
//<br /><b>I made a like button!</b> I'm not sure what happens if you press it.
- //<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.snapems.com&layout=button_count&show_faces=false&width=90&action=like&font&colorscheme=light&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:90px; height:21px;" allowTransparency="true"></iframe>
- //<br />Let me know if it makes your computer explode or something.
-
+ //<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fpathery.com/&layout=button_count&show_faces=false&width=90&action=like&font&colorscheme=light&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:90px; height:21px;" allowTransparency="true"></iframe>
?>
<br />
@@ -115,6 +113,7 @@ $mergesolution = $map; </p>
<p>
New maps are generated daily at 9:00 PM Pacific Time.
+ <br />
</p>
<? echo $topscorediv; ?>
@@ -166,13 +165,16 @@ echo $solutiondiv; //End tests
//
+//
+// <meta property="og:title" content="Pathery - The Game"/>
+// <meta property="og:site_name" content="Pathery.com"/>
+// <meta property="og:image" content="http://www.pathery.com/ some sort of log.... "/>
+// <br /><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fpathery.com/&layout=button_count&show_faces=false&width=90&action=like&font&colorscheme=light&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:90px; height:21px;" allowTransparency="true"></iframe>
+//
?>
- <br />Please spread the word about this game.
- <br />Send feedback to <a href='mailto:snapems@gmail.com'>snapems@gmail.com</a> (or IM me if you know me).
- <br />We've been aptly implementing changes from feedback.
- <br />This game is being adjusted, some 'rules' may change.
+ <br />
<br />Copyright © 2011 pathery.com
</div>
|