mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 03:17:07 +00:00
[FIX] Offline PWA functionality and style offline page
This commit is contained in:
8
breccia_mapper/templates/offline.html
Normal file
8
breccia_mapper/templates/offline.html
Normal file
@@ -0,0 +1,8 @@
|
||||
{% extends 'base.html' %}
|
||||
|
||||
{% block content %}
|
||||
<h2>Offline</h2>
|
||||
|
||||
<p>You are currently offline. Please connect to a network to use this platform.</p>
|
||||
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user