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

18 lines
758 B

{% extends "main.html" %}
<!-- Content block -->
{% 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 of this page.
</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="{{config.extra.support.gitter}}">{{config.site_name}} Gitter channel</a> or create an issue in
<a href="{{ config.repo_url + '/issues' }}">Pantheon Github repository</a>.
</p>
{% endblock %}