diff options
| author | user <user@node5.net> | 2024-07-20 13:37:27 +0200 |
|---|---|---|
| committer | user <user@node5.net> | 2024-07-20 13:37:27 +0200 |
| commit | 2b428ce5f6ad5303f8bdd3e7a6e90be5b2b2f791 (patch) | |
| tree | b928611efe4990085b4694a2ce5711db8726feab | |
| parent | e9564046795deb6df54ea31ce6af52bc757c18a6 (diff) | |
Error page 5xx x- Test pattern, auto reload, we'll be right back
| -rw-r--r-- | src/static/5xx.html | 21 | ||||
| -rw-r--r-- | src/static/test_pattern.jpg | bin | 0 -> 146744 bytes |
2 files changed, 21 insertions, 0 deletions
diff --git a/src/static/5xx.html b/src/static/5xx.html new file mode 100644 index 0000000..6998383 --- /dev/null +++ b/src/static/5xx.html @@ -0,0 +1,21 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <title>Text TV - Bornhack 24 ERROR</title> + <link rel="icon" type="image/x-icon" href="favicon.ico"> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <meta http-equiv="refresh" content="10"> +</head> +<body style="background: black; color: white"> + <img style="width: 100%" src="test_pattern.jpg"> + <div style=" position:absolute; + top:50%; + left:50%; + transform:translate(-50%, -50%); + color: white; background: #000; opacity: .9; + z-index: 1000;"> + <h1 style="text-align: center; font-size: 5em">We'll be right back</h1> + </div> +</body> +</html> diff --git a/src/static/test_pattern.jpg b/src/static/test_pattern.jpg Binary files differnew file mode 100644 index 0000000..d85ce9b --- /dev/null +++ b/src/static/test_pattern.jpg |
