summaryrefslogtreecommitdiff
path: root/templates/offline.html.ep
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2019-05-03 20:43:46 +0200
committerDaniel Friesel <derf@finalrewind.org>2019-05-03 20:43:46 +0200
commit709919a9624ed4336e9e5ae382e29cd34c795a82 (patch)
tree5562aa8a08048666c162db008db9b69dc554d4c6 /templates/offline.html.ep
parent9f3b80a859a8e54856dd283b635a4abfe377feb9 (diff)
Experimental PWA support (#13)
Diffstat (limited to 'templates/offline.html.ep')
-rw-r--r--templates/offline.html.ep11
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/offline.html.ep b/templates/offline.html.ep
new file mode 100644
index 0000000..85faff0
--- /dev/null
+++ b/templates/offline.html.ep
@@ -0,0 +1,11 @@
+<div class="row">
+ <div class="col s12 center-align">
+ <i class="material-icons large">sync_problem</i>
+ </div>
+</div>
+<div class="row">
+ <div class="col s12 center-align">
+ Server nicht erreichbar.<br/>
+ travelynx funktioniert nur mit Internetverbindung.
+ </div>
+</div>