mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Use a fallback HTML page with a manual and javascript redirect Keep canonical pages only for alerts
11 lines
262 B
HTML
11 lines
262 B
HTML
---
|
|
layout: base
|
|
---
|
|
|
|
<meta name="robots" content="noindex">
|
|
<script>window.location.href='{{ page.redirect }}';</script>
|
|
|
|
<div class="redirectmsg">
|
|
<h1>This page has been moved</h1>
|
|
<p><a href="{{ page.redirect }}">bitcoin.org{{ page.redirect }}</a></p>
|
|
</div>
|