Gitter migration: Point people to app.gitter.im (rollout pt. 1)
[gitter.git] / public / templates / login.hbs
blobd846a1859f3384ce18d64cb7cc7a0b192e04f7ff
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>Gitter &mdash; Login</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 rel="stylesheet" href='{{cdn cssFileName }}'>
12   </head>
14   <body>
15     <div class='background'>
16       <div class='login'>
17         <header>
18           <a href="/" class="logo">
19             {{> logo_man}}
20             <img src="{{ cdn 'images/home/logo_nomargin@2x.png' }}" alt="Gitter" class="logo-image menu-animation">
21           </a>
22         </header>
23         <section>
24           <h1>Gitter is migrating to Matrix: use <a href="{{ elementUrl }}" target="_blank">app.gitter.im</a></h1>
25           <p>
26             Gitter is migrating to Matrix which just means you need to sign-in again at <a href="{{elementUrl}}" target="_blank">app.gitter.im</a>.
27           </p>
28           {{#if isNativeDesktopApp }}
29           <p>
30             If you would like to continue using a desktop app, see the <a href="{{appsLink}}" target="_blank">apps section on the homepage</a>.
31           </p>
32           {{/if}}
33           <p>
34             You can read more about this transition in the <a href="https://blog.gitter.im/2023/02/13/gitter-has-fully-migrated-to-matrix/" target="_blank">blog post</a>.
35           </p>
36         </section>
37       </div>
38     </div>
39     {{{ generateEnv }}}
40     {{{ bootScript bootScriptName jsRoot=jsRoot }}}
41     <script type="text/javascript" src="//use.typekit.net/ohh4mcl.js"></script>
42     <script type="text/javascript">try{Typekit.load();}catch(e){}</script>
43     {{> live_reload }}
44   </body>
45 </html>