summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--frontends/var/www/htdocs/f3s_fallback/index.html25
1 files changed, 25 insertions, 0 deletions
diff --git a/frontends/var/www/htdocs/f3s_fallback/index.html b/frontends/var/www/htdocs/f3s_fallback/index.html
new file mode 100644
index 0000000..eed28d3
--- /dev/null
+++ b/frontends/var/www/htdocs/f3s_fallback/index.html
@@ -0,0 +1,25 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <title>Server turned off</title>
+ <style>
+ body {
+ font-family: sans-serif;
+ text-align: center;
+ padding-top: 50px;
+ }
+ .container {
+ max-width: 600px;
+ margin: 0 auto;
+ }
+ </style>
+</head>
+<body>
+ <div class="container">
+ <h1>Server turned off</h1>
+ <p>The servers are all currently turned off.</p>
+ <p>Please try again later.</p>
+ <p>Or email <a href="mailto:paul@span.buetow.org">paul@span.buetow.org</a> - so he can turn them back on for you!</p>
+ </div>
+</body>
+</html>