Files
jupyterhub/share/jupyter/templates/404.html
MinRK 7f93ea2325 add some basic HTML pages
and LESS

closes #6
2014-09-09 15:20:21 -07: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 %}