mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 11:27:09 +00:00
8 lines
164 B
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 %} |