We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 293494c commit 85e5a2bCopy full SHA for 85e5a2b
jupyterhub/templates/login.html
@@ -22,7 +22,9 @@
22
23
<div class="container">
24
<img src="https://github.com/Algorithmiq/jupyterhub-branding/blob/84bd8ed3660da42ea48153eafb2c0fbe440e0641/jupyterhub/templates/algo_symbol.png?raw=true" width="100" height="100">
25
-</div>
+ </div>
26
+
27
+ <p style="margin-bottom:1cm;"></p>
28
29
<a role="button" class='btn btn-jupyter btn-lg' href='{{ authenticator_login_url | safe }}'>
30
Sign in with {{login_service}}
0 commit comments