apinf/apibot.ai

View on GitHub
apinf_bot/templates/404.html

Summary

Maintainability
Test Coverage
{% extends "base.html" %}

{% block title %}Page not found{% endblock %}

{% block content %}
<h1>Page not found</h1>

<p>This is not the page you were looking for.</p>
{% endblock content %}