From f986a460a49cfd715154080f7a15c14d442315eb Mon Sep 17 00:00:00 2001 From: youngsuKim-CSUSB <81013158+youngsuKim-CSUSB@users.noreply.github.com> Date: Sun, 26 Jun 2022 02:10:54 -0700 Subject: [PATCH] Update spawner html --- page.html | 2 +- spawn_pending.html | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/page.html b/page.html index 3a05ecb..aa2509d 100644 --- a/page.html +++ b/page.html @@ -17,7 +17,7 @@ <p>   <br>   </p> <p>   <br>   </p> <div class="footer-bottom"> - <hr style="width:40%; margin-bottom: 5px;"> + <hr style="width:35%; margin-bottom: 5px;"> <p style="font-size: 80%">This JupyterHub is provided by the <a href="https://www.csusb.edu/high-performance-computing" target="_blank">High Performance Computing Initiative </a><br/> at California State Univeristy San Bernardino </p></div> diff --git a/spawn_pending.html b/spawn_pending.html index 4fd726b..2ba3fba 100644 --- a/spawn_pending.html +++ b/spawn_pending.html @@ -4,4 +4,6 @@ <p>Your server is starting up and it may take several minutes</p> <p>Most issues are related to the server upgrade or temporary maintanance</p> <p>If it does not start for an extended period of time, <br> please contact one of the <a href="https://www.csusb.edu/high-performance-computing#team" target="_blank">CSUSB HPCI team members</a></p> +<p>   <br>   </p> +<p>   <br>   </p> {% endblock %} \ No newline at end of file -- GitLab