mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
add download url in csse redir fails
This commit is contained in:
parent
6c4f35b425
commit
265ebc5e3e
1 changed files with 10 additions and 4 deletions
|
@ -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;
|
||||
?>
|
||||
|
|
Loading…
Reference in a new issue