Files
jupyterhub/share/jupyter/hub/templates/404.html
Min RK d125abbffe move static files to share/jupyter/hub
avoids conflict with other jupyter projects
2014-12-23 20:31:59 -08:00

7 lines
126 B
HTML

{% extends "error.html" %}
{% block error_detail %}
<p>Jupyter has lots of moons, but this is not one...</p>
{% endblock %}