Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Update web/criticalmass/server/goldmedal.php #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 23 additions & 1 deletion web/criticalmass/server/goldmedal.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,26 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">

<head>
<meta property="og:title" content="3 Ball Combo" />
<meta property="og:type" content="game.achievement" />
<meta property="game:points" content="50" />
<meta property="og:image" content="http://DOMAIN_NAME/criticalmasscomplete/server/goldmedal.png" />
<meta property="og:description" content="Gold Medal - destroy 3 balls with a single explosion!" />
<meta property="og:url" content="http://DOMAIN_NAME/criticalmasscomplete/server/goldmedal.php" />
<meta property="fb:app_id" content="APP_ID" />
</head>
<body>

<div style="text-align:center; width:500px; margin:0px auto;">
<img src='http://DOMAIN_NAME/criticalmasscomplete/server/goldmedal.png' />
<div>Gold Medal - destroy 3 balls with a single explosion!</div>
<div><a href="http://apps.facebook.com/APP_NAMESPACE/">Play Critical Mass Now!</a><div>
</div>

</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">

<head>
Expand Down