2
0
mirror of https://github.com/jupyter/notebook.git synced 2025-02-17 12:39:54 +08:00
notebook/IPython/html/templates/404.html
2013-12-22 17:58:15 -08:00

6 lines
122 B
HTML

{% extends "error.html" %}
{% block error_detail %}
<p>You are requesting a page that does not exist!</p>
{% endblock %}