From 48fb9621f7067e2edf94cb549947c4f1f5868dac Mon Sep 17 00:00:00 2001
From: youngsukim-csusb <youngsu.kim@csusb.edu>
Date: Mon, 13 Jun 2022 18:37:24 -0700
Subject: [PATCH] Update urls

---
 login.html         | 6 +++---
 spawn_pending.html | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/login.html b/login.html
index b8c408a..3923891 100644
--- a/login.html
+++ b/login.html
@@ -6,14 +6,14 @@ https://github.com/pangeo-data/pangeo-custom-jupyterhub-templates/blob/master/te
 <div class="container text-center csusb">
     <h1>{{ csusb_hub_title or 'CSUSB JupyterHub' }}</h1>
     <h2>{{ csusb_hub_subtitle }}</h2>
-    <p>
+    <h2><p>
       {% if csusb_welcome %}
       {{ (csusb_welcome | safe) }}
       {% else %}
       Welcome to this Cal State San Bernardino JupyterHub. For more information about HPC,
       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>.
       {% endif %}
-    </p>
+    </p></h2>
 </div>
 {{ super() }}
-{% endblock %}
\ No newline at end of file
+{% endblock %}
diff --git a/spawn_pending.html b/spawn_pending.html
index 2d24b38..fe5589d 100644
--- a/spawn_pending.html
+++ b/spawn_pending.html
@@ -2,9 +2,9 @@
 
 {% block message %}
 {{ super() }}
-This step may take several minutes. <br> 
-Most of the time, the issue is related to the server (upgrading or temporary maintanance). <br>
-If you encouter the error several times, please contact one of the <a href="https://www.csusb.edu/academic-technologies-innovation/xreal-lab-and-high-performance-computing/high-performance#team" target="_blank">CSUSB HPCI team members</a>. 
+<p>This step may take several minutes.</p>
+<p>>Most of the time, the issue is related to the server (upgrading or temporary maintanance).</p>
+<p>If you encouter the error several times, please contact one of the <a href="https://www.csusb.edu/academic-technologies-innovation/xreal-lab-and-high-performance-computing/high-performance#team" target="_blank">CSUSB HPCI team members</a>.</p>
 <br>
 <br>
 {% endblock %}
-- 
GitLab