diff options
Diffstat (limited to 'contact.html')
-rwxr-xr-x | contact.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/contact.html b/contact.html new file mode 100755 index 0000000..67fa35e --- /dev/null +++ b/contact.html @@ -0,0 +1,11 @@ +<!--#set var="title" value="Contact" --> +<!--#include file="includes/header.html" --> +<div> + <h3>Mailing Lists</h3> + <p>Mailing lists are coming soon.</p> +</div> +<div> + <h3>IRC Channels</h3> + <p>Join us on <a href="irc://chat.freenode.net/#ubiquitoussolutions">#ubiquitoussolutions</a>, the project team IRC channel on the <a href="https://www.freenode.net/">Freenode network</a>.</p> +</div> +<!--#include file="includes/footer.html" --> |