diff options
| author | Paul Buetow <paul@buetow.org> | 2025-12-03 01:29:53 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-12-03 01:29:53 +0200 |
| commit | bcc4be10ed90fa072081516f51790e2f32a8655b (patch) | |
| tree | 64e1d1bddbc8784f7dc2642f41a8eb3ad5a5ffb1 /frontends | |
| parent | 916f99f92c7e2ec3a34e45dcf3c98d3c023bc2e2 (diff) | |
add html
Diffstat (limited to 'frontends')
| -rw-r--r-- | frontends/var/www/htdocs/f3s_fallback/index.html | 25 |
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> |
