A Python port of the Invisible Internet Project (I2P)
at main 6 lines 179 B view raw
1{% extends "base.html" %} 2{% block title %}404 — Not Found{% endblock %} 3{% block content %} 4<h1>404 — Not Found</h1> 5<p>The requested page does not exist.</p> 6{% endblock %}