Add support page
diff --git a/contents/support.php b/contents/support.php
index 448aca7..1bf5c52 100644
--- a/contents/support.php
+++ b/contents/support.php
@@ -1,4 +1,14 @@
 <?php?>
 
-Support
+<div class="jumbotron jumbotron-fluid">
+<h2 style="color:black">Support</h2>
+
+<ul style="color:black">
+<li><a href="https://projects.eclipse.org/projects/iot.paho/who">Development team</a></li>
+<li><a href="https://accounts.eclipse.org/mailing-list/paho-dev">Paho mailing list</a></li>
+<li><a href="https://www.eclipse.org/forums/index.php?t=thread&frm_id=247">Paho forum</a></li>
+<li><a href="https://mattermost.eclipse.org/eclipse/channels/paho">Mattermost channel</a>: open source chat</li>
+</ul>
+
+</div>