mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 03:35:51 +00:00
API tool style cleanup
This commit is contained in:
@@ -2,13 +2,10 @@
|
||||
|
||||
{% block bodyclasses %}page-test-net{% endblock %}
|
||||
|
||||
{% block main %}
|
||||
|
||||
<h1>XRP Test Net Faucet</h1>
|
||||
|
||||
{% block right_sidebar %}
|
||||
<aside id="test-net-servers" class="card">
|
||||
<div class="card-body">
|
||||
<p class="in-this-doc card-header">Test Net Servers</p>
|
||||
<div class="card-header">Test Net Servers</div>
|
||||
<p>Use the following addresses to connect to the XRP Test Net and send transactions from your account.</p>
|
||||
<h5>Websockets and Ripple API</h4>
|
||||
<pre><code>wss://s.altnet.rippletest.net:51233</code></pre>
|
||||
@@ -16,18 +13,23 @@
|
||||
<pre><code>https://s.altnet.rippletest.net:51234</code></pre>
|
||||
</div>
|
||||
</aside>
|
||||
{% endblock %}
|
||||
|
||||
<div class="content">
|
||||
<p>Ripple has created this alternative XRP Ledger test network with nodes in every region of the world to provide a testing platform for any software products built on the XRP Ledger without using real funds.</p>
|
||||
<p>Test Net funds are intended for <strong>testing</strong> only. The Test Net ledger and balances will be reset on a regular basis.</p>
|
||||
<button class="cta_readmore btn">Generate credentials</button>
|
||||
<div id='your-credentials'></div>
|
||||
<div id='loader' style="display: none;"><img class='throbber' src="assets/img/rippleThrobber.png"> Generating Keys...</div>
|
||||
<div id='address'></div>
|
||||
<div id='secret'></div>
|
||||
<div id='balance'></div>
|
||||
</div>
|
||||
{% block main %}
|
||||
<section class="container-fluid p-3">
|
||||
<h1>XRP Test Net Faucet</h1>
|
||||
|
||||
<div class="content">
|
||||
<p>Ripple has created this alternative XRP Ledger test network with nodes in every region of the world to provide a testing platform for any software products built on the XRP Ledger without using real funds.</p>
|
||||
<p>Test Net funds are intended for <strong>testing</strong> only. The Test Net ledger and balances will be reset on a regular basis.</p>
|
||||
<button class="btn btn-primary">Generate credentials</button>
|
||||
<div id='your-credentials'></div>
|
||||
<div id='loader' style="display: none;"><img class='throbber' src="assets/img/rippleThrobber.png"> Generating Keys...</div>
|
||||
<div id='address'></div>
|
||||
<div id='secret'></div>
|
||||
<div id='balance'></div>
|
||||
</div>
|
||||
</section>
|
||||
{% endblock %}
|
||||
|
||||
{% block endbody %}
|
||||
|
||||
Reference in New Issue
Block a user