xwords/xwords4/android/scripts/market_redir.php
Andy2 6bd72a54bf rename php scripts so their URLs are a bit more helpful when the user
has to see them, as happens when invitation is send via SMS.
2011-09-15 18:52:15 -07:00

20 lines
331 B
PHP

<?php
print <<<EOF
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Crosswords install redirect</title>
<meta http-equiv="REFRESH"
content="0;url=market://search?q=pname:org.eehouse.android.xw4">
</head>
<body>
<p>Redirecting to the market...</p>
</body>
</html>
EOF;
?>