diff --git a/login.html b/login.html index b685af5916bdf6a88a5db2ad6292675c6b7dc1f5..07d68d13db45400b3ad428f035a68bd0e542d68a 100644 --- a/login.html +++ b/login.html @@ -1,3 +1,5 @@ +{# https://github.com/jupyterhub/jupyterhub/issues/1385 + https://github.com/jupyterhub/jupyterhub/issues/1385#issuecomment-738447175 #} <!-- This test file is based on https://github.com/pangeo-data/pangeo-custom-jupyterhub-templates/blob/master/templates/page.html --> {% extends "templates/login.html" %} @@ -7,6 +9,10 @@ https://github.com/pangeo-data/pangeo-custom-jupyterhub-templates/blob/master/te {# {% set csusb_web_link = "For more information about HPC at CSUSB, visit <a href="https://www.csusb.edu/academic-technologies-innovation/xreal-lab-and-high-performance-computing/high-performance" target="_blank">CSUSB High Performance Computing Initiative</a>" %} #} {% set csusb_cilogon = 'The following log in uses CSUSB\'s login system\n For details, check out this webpage' %} +{% block stylesheet %} +<link rel="stylesheet" href="{{ static_url("css/style.css") }}" type="text/css"/> +{% endblock %} + {% block login %} <div class="container text-center csusb"> <h1>{{ csusb_hub_title }}</h1>