data_annotation_platform/app/templates/errors/404.html (5 lines of code) (raw):

{% extends "base.html" %} {% block app_content %} <h1>Page Not Found</h1> <p><a href="{{ url_for('main.index') }}">Home</p> {% endblock %}