Files
breccia-mapper/breccia_mapper/templates/offline.html

8 lines
164 B
HTML

{% extends 'base.html' %}
{% block content %}
<h2>Offline</h2>
<p>You are currently offline. Please connect to a network to use this platform.</p>
{% endblock %}