mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-01 06:19:57 +01:00
6bd72a54bf
has to see them, as happens when invitation is send via SMS.
20 lines
331 B
PHP
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;
|
|
|
|
?>
|