From 60b002b1a9c191b51579737d527a7b95070dced7 Mon Sep 17 00:00:00 2001 From: youngsuKim-CSUSB <81013158+youngsuKim-CSUSB@users.noreply.github.com> Date: Tue, 14 Jun 2022 00:42:38 -0700 Subject: [PATCH] test login.html --- login.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/login.html b/login.html index d3cdc95..c8b7594 100644 --- a/login.html +++ b/login.html @@ -4,7 +4,6 @@ {% set announcement = 'test announcement message' %} {% set csusb_hub_title = 'Welcome to Cal State San Bernardino JupyterHub' %} -{# {% 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 %} @@ -15,8 +14,8 @@ <div class="container text-center csusb"> <h1>{{ csusb_hub_title }}</h1> <h4> - <p>{{ csusb_web_link | safe }}</p> <p>{{ csusb_cilogon | safe }}</p> + <p>For more information about HPC at CSUSB, please 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></p> </h4> {{ super() }} </div> -- GitLab