mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-12-06 17:27:57 +00:00
Dev Tools: fix landing page URL, blurbs; add Tx sender
This commit is contained in:
14
tool/template-redirect.html
Normal file
14
tool/template-redirect.html
Normal file
@@ -0,0 +1,14 @@
|
||||
{% extends "template-base.html" %}
|
||||
{% block head %}
|
||||
|
||||
<meta http-equiv="refresh" content="0;url={{currentpage.redirect_url}}" />
|
||||
{% endblock %}
|
||||
|
||||
|
||||
{% block main %}
|
||||
<article class="p-3">
|
||||
<div class="content">
|
||||
<p>This page has been moved! You should be redirected automatically. If not, <a href="{{currentpage.redirect_url}}">click here to go to the new {{currentpage.name}} page</a>.
|
||||
</div>
|
||||
</article>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user