An enterprise-grade Java-based, Apache 2.0 licensed Ethereum client https://wiki.hyperledger.org/display/besu
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
besu/docs/custom_theme/404.html

15 lines
633 B

{% extends "main.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 let us know on
<a href="{{ config.extra.support.gitter | url }}">Gitter</a>.
</p>
{% endblock %}