diff options
author | Daniel Friesel <derf@finalrewind.org> | 2019-05-03 20:43:46 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2019-05-03 20:43:46 +0200 |
commit | 709919a9624ed4336e9e5ae382e29cd34c795a82 (patch) | |
tree | 5562aa8a08048666c162db008db9b69dc554d4c6 /templates/offline.html.ep | |
parent | 9f3b80a859a8e54856dd283b635a4abfe377feb9 (diff) |
Experimental PWA support (#13)
Diffstat (limited to 'templates/offline.html.ep')
-rw-r--r-- | templates/offline.html.ep | 11 |
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> |