master
/ .localenv / lib / python3.5 / site-packages / notebook / templates / 404.html

404.html @master

4d078e2
 
 
 
 
1
2
3
4
{% extends "error.html" %}
{% block error_detail %}
<p>{% trans %}You are requesting a page that does not exist!{% endtrans %}</p>
{% endblock %}