fix formatting
This commit is contained in:
parent
9ee92f245c
commit
3e8ca14554
33
index.html
33
index.html
@ -67,22 +67,27 @@
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h2>Licence</h2>
|
<h2>Licence</h2>
|
||||||
<div id="chatpanel">
|
<p><strong>Converse.js</strong> is released under both the <a href="http://opensource.org/licenses/mit-license.php">MIT</a>
|
||||||
<div id="collective-xmpp-chat-data"></div>
|
and <a href="http://opensource.org/licenses/gpl-license.php">GPL</a> licenses.</p>
|
||||||
<div id="toggle-controlbox">
|
</section>
|
||||||
<a href="#" class="chat" id="toggle-online-users">
|
</div>
|
||||||
<span class="conn-feedback">Click here to chat</span> <strong style="display: none" id="online-count">(0)</strong>
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<!-- FOOTER -->
|
<!-- FOOTER -->
|
||||||
<div id="footer_wrap" class="outer">
|
<div id="footer_wrap" class="outer">
|
||||||
<footer class="inner">
|
<footer class="inner">
|
||||||
<p class="copyright">Converse.js maintained by <a href="https://github.com/jcbrand">jcbrand</a></p>
|
<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>
|
<p>Published with <a href="http://pages.github.com">GitHub Pages</a></p>
|
||||||
</footer>
|
</footer>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<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>
|
||||||
|
</div>
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
|
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
|
||||||
|
Loading…
Reference in New Issue
Block a user