xwords/xwords4/android/scripts/market_redir.php

21 lines
331 B
PHP
Raw Normal View History

<?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;
?>