akindices/snapindices/templates/404.html
Matthew Dillon (diogenes) c537cc0ec6 Initial Public Release
2013-09-08 20:37:01 -08:00

6 lines
No EOL
195 B
HTML

{% extends "base.html" %}
{% block content %}
<h1>404 Page Not Found</h1>
<p>What you were looking for is just not there.</p>
<p><a href="{{ url_for('index') }}">Main</a></p>
{% endblock %}