Merge branch '18947-keep-balance'
[arvados.git] / services / api / app / views / static / login_failure.html.erb
1 <%# Copyright (C) The Arvados Authors. All rights reserved.
2
3 SPDX-License-Identifier: AGPL-3.0 %>
4
5 <% content_for :js do %>
6 $(function(){
7   $('button.login').button().click(function(){window.location=$(this).attr('href')});
8 });
9 <% end %>
10
11
12 <div id="intropage">
13   <img class="arvados-logo" src="<%= asset_path('logo.png') rescue '/logo.png' %>" style="display:block; margin:2em auto" alt="arvados logo" />
14   <div style="width:30em; margin:2em auto 0 auto">
15
16     <h1>Error</h1>
17
18     <p>Sorry, something went wrong logging you in. Please try again.</p>
19
20     <!--<p style="float:right;margin-top:1em">
21       <a href="/login">Log in here.</a>
22     </p>-->
23
24     <div style="clear:both;height:8em"></div>
25   </div>
26 </div>