Skip to content
Snippets Groups Projects
Commit 48fb9621 authored by Youngsu Kim's avatar Youngsu Kim
Browse files

Update urls

parent 52eacd03
No related branches found
No related tags found
No related merge requests found
...@@ -6,14 +6,14 @@ https://github.com/pangeo-data/pangeo-custom-jupyterhub-templates/blob/master/te ...@@ -6,14 +6,14 @@ https://github.com/pangeo-data/pangeo-custom-jupyterhub-templates/blob/master/te
<div class="container text-center csusb"> <div class="container text-center csusb">
<h1>{{ csusb_hub_title or 'CSUSB JupyterHub' }}</h1> <h1>{{ csusb_hub_title or 'CSUSB JupyterHub' }}</h1>
<h2>{{ csusb_hub_subtitle }}</h2> <h2>{{ csusb_hub_subtitle }}</h2>
<p> <h2><p>
{% if csusb_welcome %} {% if csusb_welcome %}
{{ (csusb_welcome | safe) }} {{ (csusb_welcome | safe) }}
{% else %} {% else %}
Welcome to this Cal State San Bernardino JupyterHub. For more information about HPC, 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>. 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 %} {% endif %}
</p> </p></h2>
</div> </div>
{{ super() }} {{ super() }}
{% endblock %} {% endblock %}
\ No newline at end of file
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
{% block message %} {% block message %}
{{ super() }} {{ super() }}
This step may take several minutes. <br> <p>This step may take several minutes.</p>
Most of the time, the issue is related to the server (upgrading or temporary maintanance). <br> <p>>Most of the time, the issue is related to the server (upgrading or temporary maintanance).</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>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>
<br> <br>
{% endblock %} {% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment