diff options
Diffstat (limited to 'changelog/logout.html')
| -rw-r--r-- | changelog/logout.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/changelog/logout.html b/changelog/logout.html new file mode 100644 index 0000000..d2769ba --- /dev/null +++ b/changelog/logout.html @@ -0,0 +1,11 @@ +<!doctype html> +<html lang="en"> +<head> + <meta charset="utf-8" /> + <meta http-equiv="refresh" content="0;url=/changelog/" /> + <title>Redirecting</title> +</head> +<body> + <p>Redirecting to <a href="/changelog/">/changelog/</a>...</p> +</body> +</html> |
