Files
stellars-jupyterhub-ds/services/jupyterhub/html_templates_enhanced/my_message.html
stellarshenson 181e2ac5f4 chore: cleanup templates directory structure
- Remove unused *.html from services/jupyterhub/templates/
- Keep only certs/ subdirectory in templates/
- Rename templates_enhanced to html_templates_enhanced
- Update Dockerfile COPY paths
2026-01-14 17:19:12 +01:00

12 lines
245 B
HTML

{% extends "page.html" %}
{% block main %}
<div class="container btn-jupyter">
<h2>{{message}}</h2>
</div>
<div class=container>
If you are authorized, you can try to <a href="{{ base_url }}login">login</a>.
</div>
{% endblock main %}