aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base/offline/fallback.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/base/offline/fallback.html')
-rw-r--r--templates/web/base/offline/fallback.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/web/base/offline/fallback.html b/templates/web/base/offline/fallback.html
new file mode 100644
index 000000000..b8e1ee9b9
--- /dev/null
+++ b/templates/web/base/offline/fallback.html
@@ -0,0 +1,12 @@
+[% SET bodyclass = "fullwidthpage offlinepage" ~%]
+[% INCLUDE 'header.html' %]
+
+<h1>[% loc('Offline') %]</h1>
+
+<p>[% loc('Sorry, we don’t have a good enough connection to fetch that page.') %]</p>
+
+<ul class="item-list item-list--reports" id="offline_list"></ul>
+
+<div id="offline_clear"></div>
+
+[% INCLUDE 'footer.html' %]