mirror of
https://github.com/vacp2p/status-linea-besu.git
synced 2026-01-09 22:07:59 -05:00
Readthedoc migration, still some content to update from the wiki that were updated after I made the last diff - fixes #406 by configuring readthedocs - fixes #407 by configuring material theme - fixes #408 by adding footer with jQuery to enable readthedocs.org versions - fixes #409 - fixes #410 - fixes #411 Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
10 lines
720 B
HTML
10 lines
720 B
HTML
{% extends "base.html" %}
|
|
{% block content %}
|
|
|
|
<p style="text-align: center;font-size: 3em"><i class="md-icon">account_balance</i></p>
|
|
<h1 id="404-page-not-found" style="text-align: center">404</h1>
|
|
<p style="text-align: center"><strong>Deity not found in the Pantheon</strong></p>
|
|
<p style="text-align: center">Try the <a href="/">homepage</a>, or use the search field on the top right of this documentation.</p>
|
|
<p style="text-align: center">If you think we made a mistake and deleted a page that should be here, then please tell us on <a href="https://gitter.im/PegaSysEng/pantheon">Gitter</a> or create an issue in <a href="{{ config.repo_url + '/issues' | url }}">Pantheon Github repository</a>.</p>
|
|
|
|
{% endblock %} |