mirror of
https://github.com/status-im/wiki.status.im.git
synced 2025-02-23 17:48:21 +00:00
13 lines
307 B
HTML
13 lines
307 B
HTML
|
{% extends "base.html" %}
|
||
|
|
||
|
{% block content %}
|
||
|
|
||
|
<div class="row-fluid">
|
||
|
<div id="main-content" class="span12">
|
||
|
<h1 id="404-page-not-found" style="text-align: center">404</h1>
|
||
|
<p style="text-align: center"><strong>Page not found</strong></p>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
{% endblock %}
|