diff options
Diffstat (limited to 'contact.html')
-rwxr-xr-x | contact.html | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/contact.html b/contact.html index 67fa35e..3130fe5 100755 --- a/contact.html +++ b/contact.html @@ -1,11 +1,8 @@ <!--#set var="title" value="Contact" --> +<!--#set var="pagetitle" 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> +<h2>Mailing Lists</h2> +<p>Mailing lists are coming soon.</p> +<h2>IRC Channels</h2> +<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> <!--#include file="includes/footer.html" --> |