2
0
JC Brand 12 жил өмнө
parent
commit
cedb6524ce
1 өөрчлөгдсөн 19 нэмэгдсэн , 14 устгасан
  1. 19 14
      index.html

+ 19 - 14
index.html

@@ -67,22 +67,27 @@
     </p>
 
     <h2>Licence</h2>
-    <div id="chatpanel">
-        <div id="collective-xmpp-chat-data"></div>
-        <div id="toggle-controlbox">
-            <a href="#" class="chat" id="toggle-online-users">
-                <span class="conn-feedback">Click here to chat</span> <strong style="display: none" id="online-count">(0)</strong>
-            </a>
-        </div>
-    </div>
+    <p><strong>Converse.js</strong> is released under both the <a href="http://opensource.org/licenses/mit-license.php">MIT</a> 
+    and <a href="http://opensource.org/licenses/gpl-license.php">GPL</a> licenses.</p>
+</section>
+</div>
+
+<!-- FOOTER  -->
+<div id="footer_wrap" class="outer">
+    <footer class="inner">
+    <p class="copyright">Converse.js maintained by <a href="https://github.com/jcbrand">jcbrand</a></p>
+    <p>Published with <a href="http://pages.github.com">GitHub Pages</a></p>
+    </footer>
+</div>
 
-    <!-- FOOTER  -->
-    <div id="footer_wrap" class="outer">
-      <footer class="inner">
-        <p class="copyright">Converse.js maintained by <a href="https://github.com/jcbrand">jcbrand</a></p>
-        <p>Published with <a href="http://pages.github.com">GitHub Pages</a></p>
-      </footer>
+<div id="chatpanel">
+    <div id="collective-xmpp-chat-data"></div>
+    <div id="toggle-controlbox">
+        <a href="#" class="chat" id="toggle-online-users">
+            <span class="conn-feedback">Click here to chat</span> <strong style="display: none" id="online-count">(0)</strong>
+        </a>
     </div>
+</div>
 
     <script type="text/javascript">
         var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");