From fd89580d3e6132ffc832e9c29d452e49ea6959a1 Mon Sep 17 00:00:00 2001 From: youngsuKim-CSUSB <81013158+youngsuKim-CSUSB@users.noreply.github.com> Date: Tue, 14 Jun 2022 00:33:27 -0700 Subject: [PATCH] test login.html --- login.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/login.html b/login.html index b685af5..07d68d1 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> -- GitLab