mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
18 lines
806 B
HTML
18 lines
806 B
HTML
---
|
|
# This file is licensed under the MIT License (MIT) available on
|
|
# http://opensource.org/licenses/MIT.
|
|
|
|
layout: base
|
|
lang: en
|
|
---
|
|
{% if page.canonical != nil %}
|
|
<script>window.location.href='{{ page.canonical }}';</script>
|
|
<link rel="canonical" href="https://bitcoin.org{{ page.canonical }}"/>
|
|
{% endif %}
|
|
|
|
<link rel="alternate" type="application/rss+xml" href="/en/rss/alerts.rss" title="Bitcoin network status and alerts">
|
|
<div class="alerttext">
|
|
<img src="/img/icons/warning.svg" class="alerticon" alt="warning"><h1>{{ page.title }}<a type="application/rss+xml" href="/en/rss/alerts.rss"><img src="/img/icons/icon_rss.svg" alt="rss" class="rssicon"></a><br><small>{{ page.date | date:"%e %B %Y" }}</small></h1>
|
|
{{ content }}
|
|
</div>
|
|
<a href="/en/alerts">Go back to the network alerts history</a>
|