notebook/IPython/html/templates/404.html

6 lines
122 B
HTML
Raw Normal View History

2013-12-23 09:58:15 +08:00
{% extends "error.html" %}
{% block error_detail %}
<p>You are requesting a page that does not exist!</p>
{% endblock %}