diff --git a/page.html b/page.html index 86c0d57d5bc53bb87d59f07d70a3533acafe899a..1c14d474dde63b33f82d42108ff4ee0463051315 100644 --- a/page.html +++ b/page.html @@ -1,7 +1,7 @@ {% extends "templates/page.html" %} <style> -footer { +#footer-page { text-align: center; padding: 3px; <!-- background-color: DarkSalmon; --> @@ -10,8 +10,8 @@ footer { </style> {% block footer %} -<footer> +<div id="footer-lage"> <!-- <p><a href="mailto:hege@example.com">hege@example.com</a></p> --> The JupyterHub is provided by the ITS and ATI at California State Univeristy San Bernardino -</footer> +</div> {% endblock %} \ No newline at end of file