mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
17 lines
628 B
HTML
17 lines
628 B
HTML
---
|
|
layout: base
|
|
lang: en
|
|
---
|
|
{% if page.redirect != nil %}
|
|
<script>window.location.href='/en/alert/{{ page.redirect }}';</script>
|
|
<link rel="canonical" href="http://bitcoin.org/en/alert/{{ page.redirect }}"/>
|
|
{% endif %}
|
|
<link rel="alternate" type="application/rss+xml" href="/en/rss/alerts.rss" title="Bitcoin network status and alerts">
|
|
<div class="alerttext">
|
|
<h1>{{ page.title }}<br><small>{{ page.date | date:"%e %B %Y" }}</small></h1>
|
|
{{ content }}
|
|
<div style="text-align:right">
|
|
<i>This notice last updated: {{ page.lastmod }}</i>
|
|
</div>
|
|
</div>
|
|
<a href="/en/alerts">Go back to the network alerts history</a>
|