Skip to content
Snippets Groups Projects
Commit 74295c6f authored by youngsuKim-CSUSB's avatar youngsuKim-CSUSB
Browse files

Test templates / delete page.html

parent 6433f3de
No related branches found
No related tags found
No related merge requests found
<!-- This test file is based on
https://github.com/pangeo-data/pangeo-custom-jupyterhub-templates/blob/master/templates/page.html -->
{% extends "templates/page.html" %}
{% block stylesheet %}
<link rel="stylesheet" href="{{ static_url("extra-assets/css/csusb-style.css") }}" type="text/css"/>
<link rel="stylesheet" href="{{ static_url("css/style.min.css") }}" type="text/css"/>
{% endblock %}
{# requires jupyerhub > 0.9.4 https://github.com/jupyterhub/jupyterhub/pull/2296 #}
{% block logo %}
<span id="jupyterhub-logo" class="pull-left">
<a href="{{logo_url or base_url}}"><img src="{{static_url("extra-assets/images/jupyter_csusb_small_logo.png") }}" alt='JupyterHub' class='jpy-logo' title='Home'/></a>
</span>
{% endblock %}
\ No newline at end of file
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