jupyterhub/theme/templates/404.html

6 lines
125 B
HTML

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