diff options
| author | herkulessi <git@herkulessi.de> | 2026-07-04 20:39:51 +0200 |
|---|---|---|
| committer | herkulessi <git@herkulessi.de> | 2026-07-04 20:39:51 +0200 |
| commit | accc7d850319324336836b62bd4309469c0d26f1 (patch) | |
| tree | a45a3c7a4e8e4b5793d624d24c5366de72ec5ff2 /notfound.html | |
Initial Commit
Diffstat (limited to 'notfound.html')
| -rw-r--r-- | notfound.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/notfound.html b/notfound.html new file mode 100644 index 0000000..defb72f --- /dev/null +++ b/notfound.html @@ -0,0 +1,16 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset="utf-8"> + <meta name="color-scheme" content="dark light"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <title>Stuve IT Error</title> + <meta name="viewport" content="width=device-width, initial-scale=1"> +</head> +<body align="center" style="display: grid; place-items: center; height: 100%; font-family: 'Roboto';"> + <div role="main" align="center"> + <header><h1>Pad existiert nicht! / Pad doesn't exist!</h1></header> + If you believe this to be a mistake or the problem persists, please contact <a href="stuve-it@fau.de">stuve-it@fau.de</a> + </div> +</body> +</html> |
