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

Add page footer

parent 2556cacf
No related branches found
No related tags found
No related merge requests found
......@@ -6,14 +6,14 @@
.footer-bottom {
position: absolute;
bottom: 0;
text-align: center;
text-align: right;
}
</style>
{% endblock %}
{% block footer %}
<div class="container text-center footer-bottom" >
<hr>
<hr style="width:50%"">
<p>This JupyterHub is provided by the ITS and ATI at California State Univeristy San Bernardino</p>
</div>
{% 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