mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 03:35:51 +00:00
Bootstrap v4/fluid layout overhaul
This commit is contained in:
@@ -6,9 +6,9 @@
|
||||
|
||||
<h1>XRP Test Net Faucet</h1>
|
||||
|
||||
<aside id="test-net-servers" class="panel panel-default">
|
||||
<div class="panel-body">
|
||||
<p class="in-this-doc panel-heading">Test Net Servers</p>
|
||||
<aside id="test-net-servers" class="card">
|
||||
<div class="card-body">
|
||||
<p class="in-this-doc card-header">Test Net Servers</p>
|
||||
<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>
|
||||
@@ -30,14 +30,6 @@
|
||||
|
||||
{% endblock %}
|
||||
|
||||
{% block sidebar %}
|
||||
{% if currentpage.sidebar != "disabled" %}
|
||||
|
||||
{% include "template-sidebar_nav.html" %}
|
||||
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
|
||||
{% block endbody %}
|
||||
<link rel='stylesheet' type='text/css' href='assets/css/test-net.css'/>
|
||||
<script type='text/javascript' src='assets/js/test-net.js'></script>
|
||||
|
||||
Reference in New Issue
Block a user