django-rest-framework/docs_theme/404.html

10 lines
365 B
HTML
Raw Normal View History

2017-03-20 19:24:19 +03:00
{% extends "main.html" %}
{% block content %}
<h1 id="404-page-not-found" style="text-align: center">404</h1>
<p style="text-align: center"><strong>Page not found</strong></p>
<p style="text-align: center">Try the <a href="{{ base_url }}">homepage</a>, or <a href="#mkdocs_search_modal" data-toggle="modal">search the documentation</a>.</p>
{% endblock %}