Gitter migration: Point people to app.gitter.im (rollout pt. 1)
[gitter.git] / public / templates / login-failed.hbs
blob9b77bcd50ff6ff2aa5ab64d5147967589a748f5c
1 <!DOCTYPE html>
2 <html lang="en">
3   <head>
4     <meta charset="utf-8">
5     <meta http-equiv="X-UA-Compatible" content="chrome=1">
6     <title>Sign in failed</title>
7     <meta name="viewport" content="width=device-width, initial-scale=1.0">
9     <link id="favicon" rel="shortcut icon" href="{{ cdn 'images/favicon-normal.ico' }}">
11     <link href='{{cdn "styles/login.css" }}' rel="stylesheet">
12   </head>
14   <body>
15     <div class='background'>
16       <div class='login'>
17         <header>
18           <h1>Sign in failed</h1>
19                     <p>We're very sorry, but we're unable to log you in right now.
20             {{#if message}}
21             <br>({{message}})
22             {{/if}}</p>
23         </header>
24         <section>
26           <p><a class='btn' href="/login?action=login&source=login-failed">Try sign in again</a></p>
27           <p class='or'>Or</p>
28           <p>Contact Support: <a class='btn transparent' href="mailto:support@gitter.im">support@gitter.im</a></p>
29         </section>
30       </div>
31     </div>
32     {{{ generateEnv }}}
33     {{{ bootScript "just-tracking" }}}
34     {{> live_reload }}
35   </body>
36 </html>