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

Add page footer

parent 6e92d92b
No related branches found
No related tags found
1 merge request!2Update login, page, spawn_pending
{% extends "templates/page.html" %}
{% block stylesheet %}
{{ super() }}
<style>
#footer-page {
text-align: center;
position: absolute;
bottom: 0;
padding: 3px;
}
</style>
{% endblock %}
{% block footer %}
<div class="container text-center" id="footer-page">
<div class="container text-center">
<hr>
<p>This JupyterHub is provided by the ITS and ATI at California State Univeristy San Bernardino</p>
</div>
......
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