diff options
author | Daniel Friesel <derf@finalrewind.org> | 2019-08-11 20:14:55 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2019-08-11 20:14:55 +0200 |
commit | 75d5a9234353d50d90f853175bf9af5b41d42044 (patch) | |
tree | d0c252cb8ca989e39717e01770911f4944298175 /public/static/502.html | |
parent | 661f3d079c7643acac16ffa372c20d80ee42244b (diff) |
use asset versioning
Diffstat (limited to 'public/static/502.html')
-rw-r--r-- | public/static/502.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/public/static/502.html b/public/static/502.html new file mode 100644 index 0000000..7702a87 --- /dev/null +++ b/public/static/502.html @@ -0,0 +1,20 @@ +<!DOCTYPE html> +<html> +<head> + <title>vrr-infoscreen: 502 Bad Gateway</title> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <link href="/static/main.css" rel="stylesheet"> +</head> +<body> + +<div class="container"> +<div class="error"> +<strong>502 Bad Gateway</strong> +Das Backend konnte die Anfrage nicht bearbeiten.<br/> +Mögliche Gründe dafür sind Programmierfehler oder Nichterreichbarkeit der +Nameserver von <a href="http://vrr.de">vrr.de</a>. +</div> <!-- error --> +</div> <!-- container --> +</body> +</html> |