| <html> | |
| <head> | |
| <style type="text/css"> | |
| #submit { | |
| font-weight: bold; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <div style="height: 50px"></div> | |
| <p>Your browser requires one additional step to establish | |
| your login session.</p> | |
| <p>Click below to continue.</p> | |
| <table width="100%" border="0"> | |
| <tr> | |
| <td width="50%"></td> | |
| <td> | |
| <form id="set_form" action="/replace" method="POST"> | |
| <input id="submit" type="submit" value="Finish Sign-in"/> | |
| </form> | |
| </td> | |
| <td width="50%"></td> | |
| </tr> | |
| </table> | |
| </body> | |
| </html> |