jupyterhub/theme/templates/404.html

6 lines
125 B
HTML
Raw Normal View History

2023-01-20 13:01:31 +00:00
{% extends "error.html" %}
{% block error_detail %}
<p>Jupyter has lots of moons, but this is not one...</p>
{% endblock %}