diff --git a/page.html b/page.html
index bfd02f02162b1fc3135eaf75bb7e30073de88a1d..220f9111993c47368427380ea433112532646f5e 100644
--- a/page.html
+++ b/page.html
@@ -1,4 +1,10 @@
 {% extends "templates/page.html" %}
 
 {% set extra_resources = {'n_gpus' : 3} %}
-extra_resources.n_gpus = 2
\ No newline at end of file
+extra_resources.n_gpus = 2
+
+{% block footer %}
+CSUSB ITS/ATI<br/>
+hosts:
+  - "{{ env['XMPP_DOMAIN'] or "localhost" }}"
+{% endblock %}