add download url in csse redir fails

This commit is contained in:
Eric House 2011-06-09 18:30:59 -07:00
parent 6c4f35b425
commit 265ebc5e3e

View file

@ -15,13 +15,19 @@ print <<<EOF
<html>
<head>
<title>Crosswords SMS redirect</title>
<meta http-equiv="REFRESH"
<meta http-equiv="REFRESH"
content="0;url=$scheme://$host?room=$room&lang=$lang">
</head>
<body>
redirecting to Crosswords....
</body>
</html>
<p>redirecting to Crosswords....</p>
<p>If this fails because you don't have Crosswords installed <a
href="https://market.android.com/search?q=pname:org.eehouse.android.xw4">tap
here</a>.</p>
</body>
</html>
EOF;
?>