summaryrefslogtreecommitdiff
path: root/public/static/502.html
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2019-08-11 20:14:55 +0200
committerDaniel Friesel <derf@finalrewind.org>2019-08-11 20:14:55 +0200
commit75d5a9234353d50d90f853175bf9af5b41d42044 (patch)
treed0c252cb8ca989e39717e01770911f4944298175 /public/static/502.html
parent661f3d079c7643acac16ffa372c20d80ee42244b (diff)
use asset versioning
Diffstat (limited to 'public/static/502.html')
-rw-r--r--public/static/502.html20
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>