diff options
author | P. J. McDermott <pjm@nac.net> | 2012-05-27 00:37:42 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-05-27 00:37:42 (EDT) |
commit | d0f8bfe0544a945a43347f5571f3b3f42d4730eb (patch) | |
tree | 9f422be896f05bfe18f0fe9a6cfa9922a497c9fc /contact.html | |
parent | 9e42ecabe3b51e9b75fac0c63cbe12b1bb42b666 (diff) |
Unify page title appearance.
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" --> |