mirror of
https://github.com/hyzendust/hyzendust.github.io.git
synced 2026-06-30 23:12:16 +02:00
Update: XMPP page
This commit is contained in:
@@ -436,4 +436,21 @@ F) Net Operating Working Capital.</p>
|
||||
</ol>
|
||||
<h3 class="heading" id="b-gross-revenue">
|
||||
B) Gross Revenue<span class="heading__anchor"> <a href="#b-gross-revenue">#</a></span>
|
||||
</h3><p>Gross revenue, often known as gross sales, is the entire amount of money your firm makes in a given accounting period before any deductions.</p></description></item><item><title>XMPP Account</title><link>https://freedoms4.org/services/xmpp-account/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/services/xmpp-account/</guid><description><p>Send your desired username to <a href="mailto:hyzen@freedoms4.org">hyzen@freedoms4.org</a> via Email (or via XMPP if already have an XMPP account). Account creation can take upto 24 hours.</p></description></item></channel></rss>
|
||||
</h3><p>Gross revenue, often known as gross sales, is the entire amount of money your firm makes in a given accounting period before any deductions.</p></description></item><item><title>XMPP Account</title><link>https://freedoms4.org/services/xmpp-account/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/services/xmpp-account/</guid><description><div id="xmpp-loggedin" style="display:none">
|
||||
<p><strong>JID:</strong> <span id="xmpp-jid"></span></p>
|
||||
<p><strong>Password:</strong> Use the same password that you used during registration.</p>
|
||||
</div>
|
||||
<div id="xmpp-loggedout" style="display:none">
|
||||
<p>Please <a href="https://freedoms4.org/signup/">sign up</a> to create an XMPP account.</p>
|
||||
</div>
|
||||
<script>
|
||||
(function () {
|
||||
var username = localStorage.getItem('f4_username');
|
||||
if (username) {
|
||||
document.getElementById('xmpp-jid').textContent = username + '@freedoms4.org';
|
||||
document.getElementById('xmpp-loggedin').style.display = '';
|
||||
} else {
|
||||
document.getElementById('xmpp-loggedout').style.display = '';
|
||||
}
|
||||
})();
|
||||
</script></description></item></channel></rss>
|
||||
Reference in New Issue
Block a user